mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1085622 - Follow-up: failed to ifdef an extra call to gRemoteTabsUI.init(). r=trivial.
This commit is contained in:
parent
902be81689
commit
3ad9de5f1e
@ -1618,7 +1618,9 @@ var gBrowserInit = {
|
||||
gSyncUI.init();
|
||||
#endif
|
||||
|
||||
#ifdef E10S_TESTING_ONLY
|
||||
gRemoteTabsUI.init();
|
||||
#endif
|
||||
},
|
||||
|
||||
nonBrowserWindowShutdown: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user