Bug 1085622 - Follow-up: failed to ifdef an extra call to gRemoteTabsUI.init(). r=trivial.

This commit is contained in:
Mike Conley 2014-11-05 10:22:24 -05:00
parent 902be81689
commit 3ad9de5f1e

View File

@ -1618,7 +1618,9 @@ var gBrowserInit = {
gSyncUI.init();
#endif
#ifdef E10S_TESTING_ONLY
gRemoteTabsUI.init();
#endif
},
nonBrowserWindowShutdown: function() {