Bug 1123916: Ensure that plugin entry points are correctly set on MacOS when async plugin init and e10s are both true; r=jimm
This commit is contained in:
@@ -1928,9 +1928,7 @@ PluginModuleParent::RecvNP_InitializeResult(const NPError& aError)
|
||||
}
|
||||
|
||||
if (mIsStartingAsync) {
|
||||
#if defined(XP_WIN)
|
||||
SetPluginFuncs(mNPPIface);
|
||||
#endif
|
||||
InitAsyncSurrogates();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user