mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out patch for bug 428672
This commit is contained in:
parent
ffbdf6bd82
commit
be5e00231f
@ -2561,14 +2561,6 @@ nsDocument::GetScriptGlobalObject() const
|
||||
do_QueryReferent(mDocumentContainer);
|
||||
if (requestor) {
|
||||
nsCOMPtr<nsIScriptGlobalObject> globalObject = do_GetInterface(requestor);
|
||||
|
||||
// Our docshell's script global object is an outer window, but
|
||||
// our script global object is an inner window. Convert here.
|
||||
|
||||
nsCOMPtr<nsPIDOMWindow> pwin = do_QueryInterface(globalObject);
|
||||
NS_ASSERTION(pwin, "What kind of global object do we have?");
|
||||
|
||||
globalObject = do_QueryInterface(pwin->GetCurrentInnerWindow());
|
||||
return globalObject;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user