mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bustage fix for Mochitest-3 (bug 591026) a=shutupstupidhook
This commit is contained in:
parent
18bfa9d172
commit
f2f89b964c
@ -85,7 +85,7 @@ function clickNotificationButton(aButtonIndex) {
|
||||
var chromeWin = getChromeWindow();
|
||||
if (chromeWin.PopupNotifications) {
|
||||
var panel = chromeWin.PopupNotifications.panel;
|
||||
var notificationEl = panel.getElementsByAttribute("id", "geolocation")[0];
|
||||
var notificationEl = panel.getElementsByAttribute("id", "geolocation-notification")[0];
|
||||
if (aButtonIndex == kAcceptButton)
|
||||
notificationEl.button.doCommand();
|
||||
else if (aButtonIndex == kDenyButton)
|
||||
|
Loading…
Reference in New Issue
Block a user