mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout edbb25e71396 (bug 766891) for b2g bustage
This commit is contained in:
parent
7c779a3ee5
commit
4c59816c48
@ -233,11 +233,10 @@ interface nsIRadioInterfaceLayer : nsISupports
|
||||
const unsigned short CALL_STATE_DISCONNECTED = 10;
|
||||
const unsigned short CALL_STATE_INCOMING = 11;
|
||||
|
||||
// Keep consistent with GECKO_NETWORK_STATE_* values in ril_consts.js
|
||||
const unsigned short DATACALL_STATE_UNKNOWN = -1;
|
||||
const unsigned short DATACALL_STATE_CONNECTING = 0;
|
||||
const unsigned short DATACALL_STATE_CONNECTED = 1;
|
||||
const unsigned short DATACALL_STATE_SUSPENDED = 2;
|
||||
// Keep consistent with GECKO_DATACALL_STATE_* values in ril_consts.js
|
||||
const unsigned short DATACALL_STATE_UNKNOWN = 0;
|
||||
const unsigned short DATACALL_STATE_CONNECTING = 1;
|
||||
const unsigned short DATACALL_STATE_CONNECTED = 2;
|
||||
const unsigned short DATACALL_STATE_DISCONNECTING = 3;
|
||||
const unsigned short DATACALL_STATE_DISCONNECTED = 4;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user