Bug 864527 - Convert a static nsRefPtr to static StaticRefPtr in GonkHal. r=mounir

This commit is contained in:
Justin Lebar 2013-04-23 11:30:25 -04:00
parent b77bab9a08
commit 6af614d8d4

View File

@ -153,7 +153,7 @@ NS_IMPL_THREADSAFE_ISUPPORTS2(VibratorRunnable, nsIRunnable, nsIObserver);
bool VibratorRunnable::sShuttingDown = false;
static nsRefPtr<VibratorRunnable> sVibratorRunnable;
static StaticRefPtr<VibratorRunnable> sVibratorRunnable;
NS_IMETHODIMP
VibratorRunnable::Run()