mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1061002 - Fix more bad implicit constructors in chrome; r=bsmedberg
--HG-- extra : rebase_source : 56272a49e8648fd3b48b686b6371404240c8fdd5
This commit is contained in:
parent
1b5135fef3
commit
1c4815433b
@ -127,7 +127,7 @@ class nsChromeRegistryChrome : public nsChromeRegistry
|
||||
typedef nsURIHashKey::KeyType KeyType;
|
||||
typedef nsURIHashKey::KeyTypePointer KeyTypePointer;
|
||||
|
||||
OverlayListEntry(KeyTypePointer aKey) : nsURIHashKey(aKey) { }
|
||||
explicit OverlayListEntry(KeyTypePointer aKey) : nsURIHashKey(aKey) { }
|
||||
OverlayListEntry(OverlayListEntry&& toMove) : nsURIHashKey(mozilla::Move(toMove)),
|
||||
mArray(mozilla::Move(toMove.mArray)) { }
|
||||
~OverlayListEntry() { }
|
||||
|
Loading…
Reference in New Issue
Block a user