mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
Switch order of first two base classes to work around btek orange.
This commit is contained in:
parent
4cdd3ba458
commit
f89acc7b89
@ -119,8 +119,8 @@ class WindowStateHolder;
|
||||
// jst@netscape.com
|
||||
|
||||
|
||||
class nsGlobalWindow : public nsIScriptGlobalObject,
|
||||
public nsPIDOMWindow,
|
||||
class nsGlobalWindow : public nsPIDOMWindow,
|
||||
public nsIScriptGlobalObject,
|
||||
public nsIDOMJSWindow,
|
||||
public nsIScriptObjectPrincipal,
|
||||
public nsIDOMEventReceiver,
|
||||
|
Loading…
x
Reference in New Issue
Block a user