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:
Thomas Zimmermann
2016-07-21 13:29:33 +02:00
parent 4fa3fb2bb5
commit f9c80c3f21
3 changed files with 11 additions and 13 deletions

View File

@@ -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;