mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 1006986 - Fix build fail for flame debug. r=echou
This commit is contained in:
parent
409f543f49
commit
59a2106328
@ -1111,7 +1111,7 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
MOZ_ASSERT_IF(i == properties.Length(), "failed to get device name");
|
||||
MOZ_ASSERT(i != properties.Length(), "failed to get device name");
|
||||
|
||||
nsRefPtr<DistributeBluetoothSignalTask> task =
|
||||
new DistributeBluetoothSignalTask(mSignal);
|
||||
|
Loading…
x
Reference in New Issue
Block a user