Bug 858800: Removes premature cleanup of Plugin Hang UI's browser-side IPC. r=bsmedberg
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user