* The global context for each window object is recorded during the
* windowScriptObjectAvailable event. Now that we know which window
* belongs to this module, we can resolve the correct global context.
*/
ModuleSpace moduleSpace =
new ModuleSpaceSaf(msh, m_windowScriptObject, m_moduleName, key);
BrowserShellMac.this.attachModuleSpace(moduleSpace);
//
BrowserShellMac.this.m_doneInitializing = true;
return BrowserShellMac.convertBoolean(true);
} catch (Throwable e) {