mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1050665 - Make returnMessage and returnNumber nullable. r=ehsan, r=smaug to make the commit hook happy
--HG-- extra : amend_source : 089934856605faebd8406c58d3fac94ced73fe46
This commit is contained in:
parent
d4dc5b4109
commit
c36e247bb2
@ -37,11 +37,11 @@ interface MozVoicemailStatus
|
||||
* Return call number received for this voicemail status, or null if one
|
||||
* wasn't provided.
|
||||
*/
|
||||
readonly attribute DOMString returnNumber;
|
||||
readonly attribute DOMString? returnNumber;
|
||||
|
||||
/**
|
||||
* Displayable return call message received for this voicemail status, or null
|
||||
* if one wasn't provided.
|
||||
*/
|
||||
readonly attribute DOMString returnMessage;
|
||||
readonly attribute DOMString? returnMessage;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user