Bug 1265386: Convert code in widget/ to |UniquePtr|, r=nfroyd
This patch replaces all references to |nsAutoPtr| in widget/ by references to |UniquePtr|. |nsAutoPtr| is deprecated and will go away soon. MozReview-Commit-ID: 8xAS79wTkPC
This commit is contained in:
@@ -73,7 +73,6 @@ using namespace mozilla;
|
||||
typedef mozilla::dom::GamepadPlatformService GamepadPlatformService;
|
||||
|
||||
nsIGeolocationUpdate *gLocationCallback = nullptr;
|
||||
nsAutoPtr<mozilla::AndroidGeckoEvent> gLastSizeChange;
|
||||
|
||||
nsAppShell* nsAppShell::sAppShell;
|
||||
StaticAutoPtr<Mutex> nsAppShell::sAppShellLock;
|
||||
|
||||
Reference in New Issue
Block a user