mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Hide nonstandard interface members of standard interfaces behind appropriate prefs.
This commit is contained in:
parent
cb5bad63dc
commit
a03fc5e2fd
4 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ partial interface HTMLIFrameElement {
|
|||
};
|
||||
|
||||
partial interface HTMLIFrameElement {
|
||||
[ChromeOnly,SetterThrows]
|
||||
[ChromeOnly,SetterThrows,Pref="dom.mozbrowser.enabled"]
|
||||
attribute boolean mozbrowser;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue