Closed
Bug 1221437
Opened 10 years ago
Closed 8 years ago
Use sequences as union member types for MozMMIResult.additionalInformation
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: hsinyi, Unassigned)
References
Details
Bug 767924 has been fixed for a long time. It's better to have |(unsigned short or sequence<DOMString> or sequence<MozCallForwardingOptions>) additionalInformation|.
| Reporter | ||
Comment 1•10 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #0)
> Bug 767924 has been fixed for a long time. It's better to have |(unsigned
> short or sequence<DOMString> or sequence<MozCallForwardingOptions>)
> additionalInformation|.
Oh, no, seems we still cannot achieve this due to the compiler error;
Flat member types of a union should be distinguishable, StringSequence is not distinguishable from MozCallForwardingOptions (Wrapper)Sequence, mozilla/mozilla-central/dom/webidl/MozMobileConnection.webidl line 651:2
Comment 3•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•