mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1026727 - Part 1: The attributes of MozMobileNetworkInfo could be null, so the parameters of constructor should be nullable. r=hsinyi,smaug
This commit is contained in:
parent
1625faa549
commit
df7dc8c6ae
@ -5,8 +5,8 @@
|
||||
enum MobileNetworkState {"available", "connected", "forbidden"};
|
||||
|
||||
[Pref="dom.mobileconnection.enabled",
|
||||
ChromeConstructor(DOMString shortName, DOMString longName, DOMString mcc,
|
||||
DOMString mnc, DOMString state)]
|
||||
ChromeConstructor(DOMString? shortName, DOMString? longName, DOMString? mcc,
|
||||
DOMString? mnc, DOMString? state)]
|
||||
interface MozMobileNetworkInfo
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user