mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 942104 - add BluetoothDiscoveryStateChangedEvent to test case test_all_synthetic_events, r=smaug
This commit is contained in:
parent
34bbff1ce7
commit
2d0a42e0a8
@ -48,6 +48,10 @@ const kEventConstructors = {
|
|||||||
return new BluetoothDeviceEvent(aName, aProps);
|
return new BluetoothDeviceEvent(aName, aProps);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
BluetoothDiscoveryStateChangedEvent: { create: function (aName, aProps) {
|
||||||
|
return new BluetoothDiscoveryStateChangedEvent(aName, aProps);
|
||||||
|
},
|
||||||
|
},
|
||||||
BluetoothStatusChangedEvent: { create: function (aName, aProps) {
|
BluetoothStatusChangedEvent: { create: function (aName, aProps) {
|
||||||
return new BluetoothStatusChangedEvent(aName, aProps);
|
return new BluetoothStatusChangedEvent(aName, aProps);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user