 Issue 29331996:
  Issue 3244 - Pop-up blocker unit tests broken in E10S mode  (Closed)
    
  
    Issue 29331996:
  Issue 3244 - Pop-up blocker unit tests broken in E10S mode  (Closed) 
  | Index: chrome/content/common.js | 
| =================================================================== | 
| --- a/chrome/content/common.js | 
| +++ b/chrome/content/common.js | 
| @@ -11,6 +11,9 @@ | 
| Cu.import("resource://gre/modules/XPCOMUtils.jsm"); | 
| Cu.import("resource://gre/modules/Services.jsm"); | 
| +const SDK = Cu.import("resource://gre/modules/commonjs/toolkit/require.js", {}); | 
| +SDK.require("sdk/tabs"); | 
| + | 
| function require(module) | 
| { | 
| let result = {}; |