Bug 852817 - Don't do anything special when the JS binding to AudioDestinationNode gets finalized; r=roc

This commit is contained in:
Ehsan Akhgari 2013-03-20 21:35:44 -04:00
parent ba90002039
commit 7613175e14

View File

@ -35,6 +35,12 @@ public:
return 0;
}
void JSBindingFinalized()
{
// Don't do anything special for destination nodes, as they will always
// remain accessible through the AudioContext.
}
};
}