mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 557808 - OOPP crash notification bar doesn't show for small plugins. r=gavin.sharp
This commit is contained in:
parent
127a0bc746
commit
588870b708
@ -6336,7 +6336,7 @@ var gMissingPluginInstaller = {
|
||||
popup: null,
|
||||
callback: function() { gMissingPluginInstaller.submitReport(pluginDumpID, browserDumpID); },
|
||||
};
|
||||
if (minidumpID)
|
||||
if (pluginDumpID)
|
||||
buttons.push(submitButton);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user