зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1061000 - Fix more bad implicit constructors in uriloader; r=bzbarsky
This commit is contained in:
Родитель
7c2608e0a5
Коммит
749f4537e3
|
@ -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);
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче