mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 764503 - WifiStatusChangeEvent IDL and implementation don't match. r=mrbkap
This commit is contained in:
parent
42fdab2c51
commit
2ebedb321b
@ -252,8 +252,9 @@ DOMWifiManager.prototype = {
|
||||
}
|
||||
};
|
||||
|
||||
function WifiStatusChangeEvent(network) {
|
||||
function WifiStatusChangeEvent(network, status) {
|
||||
this.network = network;
|
||||
this.status = status;
|
||||
}
|
||||
|
||||
WifiStatusChangeEvent.prototype = {
|
||||
|
Loading…
Reference in New Issue
Block a user