Bug 1109883 - Use urgent messages for protocol bridging (r=bent)

This commit is contained in:
Bill McCloskey
2014-12-18 17:35:48 -08:00
parent d53cc5d433
commit a4e09f73a7
5 changed files with 15 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ PluginModuleContentParent::LoadModule(uint32_t aPluginId)
* sSavedModuleParent. We fetch it from there after LoadPlugin finishes.
*/
dom::ContentChild* cp = dom::ContentChild::GetSingleton();
if (!cp->CallLoadPlugin(aPluginId)) {
if (!cp->SendLoadPlugin(aPluginId)) {
return nullptr;
}