mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1156875 - patch 3 - nsIGlobalObject members correctly ordered in the header file, r=bz
This commit is contained in:
parent
c72540ed84
commit
20599f646b
@ -22,6 +22,7 @@ class nsIPrincipal;
|
||||
|
||||
class nsIGlobalObject : public nsISupports
|
||||
{
|
||||
nsTArray<nsCString> mHostObjectURIs;
|
||||
bool mIsDying;
|
||||
|
||||
protected:
|
||||
@ -69,10 +70,6 @@ public:
|
||||
protected:
|
||||
virtual ~nsIGlobalObject();
|
||||
|
||||
private:
|
||||
nsTArray<nsCString> mHostObjectURIs;
|
||||
|
||||
protected:
|
||||
void
|
||||
StartDying()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user