зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1036233 - Initialize the data member of BluetoothDevice. r=btian
This commit is contained in:
Родитель
65b0bce0f8
Коммит
6ddcdd1ef6
|
@ -74,6 +74,7 @@ private:
|
|||
BluetoothDevice::BluetoothDevice(nsPIDOMWindow* aWindow,
|
||||
const BluetoothValue& aValue)
|
||||
: DOMEventTargetHelper(aWindow)
|
||||
, mPaired(false)
|
||||
{
|
||||
MOZ_ASSERT(aWindow);
|
||||
MOZ_ASSERT(IsDOMBinding());
|
||||
|
|
Загрузка…
Ссылка в новой задаче