Bug 901416 - Follow-up fix for Werror bustage.

This commit is contained in:
Ryan VanderMeulen 2013-08-07 20:45:54 -04:00
parent a99a69b0dd
commit 3975a5e805

View File

@ -1242,13 +1242,13 @@ protected:
nsCOMPtr<nsIURI> mLastOpenedURI;
#endif
bool mCleanedUp;
#ifdef MOZ_B2G
bool mNetworkUploadObserverEnabled;
bool mNetworkDownloadObserverEnabled;
#endif // MOZ_B2G
bool mCleanedUp;
nsCOMPtr<nsIDOMOfflineResourceList> mApplicationCache;
nsJSThingHashtable<nsPtrHashKey<nsXBLPrototypeHandler>, JSObject*> mCachedXBLPrototypeHandlers;