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:
Aaron Klotz
2015-02-08 09:49:35 -07:00
parent f861d41a9d
commit 24fc852bee

View File

@@ -1928,9 +1928,7 @@ PluginModuleParent::RecvNP_InitializeResult(const NPError& aError)
}
if (mIsStartingAsync) {
#if defined(XP_WIN)
SetPluginFuncs(mNPPIface);
#endif
InitAsyncSurrogates();
}