diff --git a/dom/bluetooth/bluez/BluetoothDBusService.cpp b/dom/bluetooth/bluez/BluetoothDBusService.cpp index d4665a65b9fb..e5290ce8e425 100644 --- a/dom/bluetooth/bluez/BluetoothDBusService.cpp +++ b/dom/bluetooth/bluez/BluetoothDBusService.cpp @@ -306,7 +306,7 @@ static const int sWaitingForAdapterNameInterval = 1000; // unit: ms static StaticAutoPtr sDBusConnection; // Keep the pairing requests. -static Atomic sIsPairing(0); +static unsigned int sIsPairing = 0; static nsDataHashtable* sPairingReqTable;