Bug 1231378 - part 6 - PowerManagerService must include nsIDOMWakeLockListener.h - CLOSED TREE, r=me

This commit is contained in:
Andrea Marchesini 2016-01-12 14:29:08 +00:00
parent a83ef82165
commit 24aa056106

View File

@ -10,6 +10,7 @@
#include "nsDataHashtable.h"
#include "nsHashKeys.h"
#include "nsTArray.h"
#include "nsIDOMWakeLockListener.h"
#include "nsIPowerManagerService.h"
#include "mozilla/Observer.h"
#include "Types.h"
@ -73,7 +74,7 @@ private:
static StaticRefPtr<PowerManagerService> sSingleton;
nsTArray<nsCOMPtr<nsIDOMMozWakeLockListener> > mWakeLockListeners;
nsTArray<nsCOMPtr<nsIDOMMozWakeLockListener>> mWakeLockListeners;
int32_t mWatchdogTimeoutSecs;
};