mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 797510 - Add QI for DOMFMRadioParent. r=jlebar.
This commit is contained in:
parent
6766065194
commit
26d48f7aee
@ -63,6 +63,9 @@ XPCOMUtils.defineLazyServiceGetter(this, "gSettingsService",
|
||||
let EXPORTED_SYMBOLS = ["DOMFMRadioParent"];
|
||||
|
||||
let DOMFMRadioParent = {
|
||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsIObserver,
|
||||
Ci.nsISettingsServiceCallback]),
|
||||
|
||||
_initialized: false,
|
||||
|
||||
/* Indicates if the FM radio is currently enabled */
|
||||
|
Loading…
Reference in New Issue
Block a user