Hide nonstandard interface members of standard interfaces behind appropriate prefs.

This commit is contained in:
Josh Matthews 2016-03-24 10:03:50 -04:00
parent cb5bad63dc
commit a03fc5e2fd
4 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ partial interface HTMLIFrameElement {
};
partial interface HTMLIFrameElement {
[ChromeOnly,SetterThrows]
[ChromeOnly,SetterThrows,Pref="dom.mozbrowser.enabled"]
attribute boolean mozbrowser;
};