Bug 1036233 - Initialize the data member of BluetoothDevice. r=btian

This commit is contained in:
Jamin Liu 2014-08-12 16:30:26 +08:00
Родитель 996ddfda2d
Коммит 259c8a71b4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -74,6 +74,7 @@ private:
BluetoothDevice::BluetoothDevice(nsPIDOMWindow* aWindow,
const BluetoothValue& aValue)
: DOMEventTargetHelper(aWindow)
, mPaired(false)
{
MOZ_ASSERT(aWindow);
MOZ_ASSERT(IsDOMBinding());