mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 852817 - Don't do anything special when the JS binding to AudioDestinationNode gets finalized; r=roc
This commit is contained in:
parent
ba90002039
commit
7613175e14
@ -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.
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user