Bug 942104 - add BluetoothDiscoveryStateChangedEvent to test case test_all_synthetic_events, r=smaug

This commit is contained in:
Eric Chou 2014-05-23 14:04:11 +08:00
parent 34bbff1ce7
commit 2d0a42e0a8

View File

@ -48,6 +48,10 @@ const kEventConstructors = {
return new BluetoothDeviceEvent(aName, aProps);
},
},
BluetoothDiscoveryStateChangedEvent: { create: function (aName, aProps) {
return new BluetoothDiscoveryStateChangedEvent(aName, aProps);
},
},
BluetoothStatusChangedEvent: { create: function (aName, aProps) {
return new BluetoothStatusChangedEvent(aName, aProps);
},