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
Родитель c72540ed84
Коммит 20599f646b
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

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