Bug 858800: Removes premature cleanup of Plugin Hang UI's browser-side IPC. r=bsmedberg

This commit is contained in:
Aaron Klotz
2013-04-11 15:08:55 -06:00
parent 2334aa77bc
commit 0f5c5f06c3
5 changed files with 24 additions and 17 deletions

View File

@@ -566,7 +566,8 @@ PluginModuleParent::LaunchHangUI()
mHangUIParent = nullptr;
}
mHangUIParent = new PluginHangUIParent(this,
Preferences::GetInt(kHangUITimeoutPref, 0));
Preferences::GetInt(kHangUITimeoutPref, 0),
Preferences::GetInt(kChildTimeoutPref, 0));
nsAutoString pluginName;
if (!GetPluginName(pluginName)) {
return false;