Bug 1006986 - Fix build fail for flame debug. r=echou

This commit is contained in:
Ting-Yu Lin 2014-05-06 22:39:00 -04:00
parent 409f543f49
commit 59a2106328

View File

@ -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);