Bug 1156875 - patch 3 - nsIGlobalObject members correctly ordered in the header file, r=bz

This commit is contained in:
Andrea Marchesini 2015-06-29 17:44:18 +01:00
parent c72540ed84
commit 20599f646b

View File

@ -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()
{