mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Hide nonstandard interface members of standard interfaces behind appropriate prefs.
This commit is contained in:
@@ -32,7 +32,7 @@ partial interface HTMLIFrameElement {
|
||||
};
|
||||
|
||||
partial interface HTMLIFrameElement {
|
||||
[ChromeOnly,SetterThrows]
|
||||
[ChromeOnly,SetterThrows,Pref="dom.mozbrowser.enabled"]
|
||||
attribute boolean mozbrowser;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user