Bug 785348. Part 1: Track when we've called into plugin code. While we're in plugin code, never run the refresh driver. r=mats

This commit is contained in:
Robert O'Callahan
2012-12-07 12:58:14 +13:00
parent 6dd482f82a
commit 68341e4a9e
5 changed files with 38 additions and 14 deletions

View File

@@ -200,6 +200,8 @@ nsNPAPIPluginInstance::~nsNPAPIPluginInstance()
}
}
uint32_t nsNPAPIPluginInstance::gInPluginCalls = 0;
void
nsNPAPIPluginInstance::Destroy()
{