Skip to content

Commit 1ccce09

Browse files
authored
browser(firefox): roll Firefox to beta Oct 7, 2020 (#4087)
References #3995
1 parent 0990694 commit 1ccce09

File tree

4 files changed

+106
-106
lines changed

4 files changed

+106
-106
lines changed

browser_patches/firefox/BUILD_NUMBER

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1186
2-
Changed: [email protected] Wed Oct 7 09:26:45 PDT 2020
1+
1187
2+
Changed: [email protected] Wed Oct 7 13:30:11 PDT 2020
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REMOTE_URL="https://github.com/mozilla/gecko-dev"
22
BASE_BRANCH="beta"
3-
BASE_REVISION="38fc9ead5276fa81fb9bd49baf1a51e00683313c"
3+
BASE_REVISION="391a8785b29837607f7402a02cfad65e7f04eb89"

browser_patches/firefox/juggler/content/Runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class Runtime {
167167
const consoleObserver = ({wrappedJSObject}, topic, data) => {
168168
const executionContext = Array.from(this._executionContexts.values()).find(context => {
169169
const domWindow = context._domWindow;
170-
return domWindow && domWindow.windowUtils.currentInnerWindowID === wrappedJSObject.innerID;
170+
return domWindow && domWindow.windowGlobalChild.innerWindowId === wrappedJSObject.innerID;
171171
});
172172
if (!executionContext)
173173
return;

0 commit comments

Comments
 (0)