From 20599f646b19e33a5e001b95590b745598ac260e Mon Sep 17 00:00:00 2001 From: Andrea Marchesini Date: Mon, 29 Jun 2015 17:44:18 +0100 Subject: [PATCH] Bug 1156875 - patch 3 - nsIGlobalObject members correctly ordered in the header file, r=bz --- dom/base/nsIGlobalObject.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dom/base/nsIGlobalObject.h b/dom/base/nsIGlobalObject.h index d76279d17620..e937036af296 100644 --- a/dom/base/nsIGlobalObject.h +++ b/dom/base/nsIGlobalObject.h @@ -22,6 +22,7 @@ class nsIPrincipal; class nsIGlobalObject : public nsISupports { + nsTArray mHostObjectURIs; bool mIsDying; protected: @@ -69,10 +70,6 @@ public: protected: virtual ~nsIGlobalObject(); -private: - nsTArray mHostObjectURIs; - -protected: void StartDying() {