mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1224596 part 6. Switch BroadcastChannel to using the new WorkerMainThreadRunnable::Dispatch signature. r=khuey
This commit is contained in:
parent
ded34db563
commit
3dac487fca
@ -388,7 +388,7 @@ BroadcastChannel::Constructor(const GlobalObject& aGlobal,
|
||||
RefPtr<InitializeRunnable> runnable =
|
||||
new InitializeRunnable(workerPrivate, origin, principalInfo,
|
||||
privateBrowsing, aRv);
|
||||
runnable->Dispatch(cx);
|
||||
runnable->Dispatch(aRv);
|
||||
}
|
||||
|
||||
if (aRv.Failed()) {
|
||||
|
Loading…
Reference in New Issue
Block a user