Bug 1061000 - Fix more bad implicit constructors in uriloader; r=bzbarsky

This commit is contained in:
Ehsan Akhgari 2014-09-03 08:10:55 -04:00
parent 7c2608e0a5
commit 749f4537e3
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ public:
RecvFinish(const bool& succeeded,
const bool& isUpgrade) MOZ_OVERRIDE;
OfflineCacheUpdateChild(nsIDOMWindow* aWindow);
explicit OfflineCacheUpdateChild(nsIDOMWindow* aWindow);
void SetDocument(nsIDOMDocument *aDocument);

View File

@ -73,7 +73,7 @@ class nsPrefetchQueueEnumerator MOZ_FINAL : public nsISimpleEnumerator
public:
NS_DECL_ISUPPORTS
NS_DECL_NSISIMPLEENUMERATOR
nsPrefetchQueueEnumerator(nsPrefetchService *aService);
explicit nsPrefetchQueueEnumerator(nsPrefetchService *aService);
private:
~nsPrefetchQueueEnumerator();