mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1271477 - Unbreak --disable-dbus build after bug 1266054. r=karlt
This commit is contained in:
parent
1251952870
commit
c6b43ec415
@ -14,7 +14,10 @@
|
||||
#include "nsClassHashtable.h"
|
||||
|
||||
#include "nsIDOMWakeLockListener.h"
|
||||
|
||||
#ifdef MOZ_ENABLE_DBUS
|
||||
#include "mozilla/ipc/DBusConnectionRefPtr.h"
|
||||
#endif
|
||||
|
||||
class WakeLockTopic;
|
||||
|
||||
@ -39,7 +42,9 @@ private:
|
||||
|
||||
static WakeLockListener* sSingleton;
|
||||
|
||||
#ifdef MOZ_ENABLE_DBUS
|
||||
RefPtr<DBusConnection> mConnection;
|
||||
#endif
|
||||
// Map of topic names to |WakeLockTopic|s.
|
||||
// We assume a small, finite-sized set of topics.
|
||||
nsClassHashtable<nsStringHashKey, WakeLockTopic> mTopics;
|
||||
|
Loading…
Reference in New Issue
Block a user