mirror of
https://github.com/servo/servo
synced 2026-05-01 03:47:53 +02:00
Use [Func] on HTMLIFrameElement.mozbrowser
This commit is contained in:
@@ -32,8 +32,8 @@ partial interface HTMLIFrameElement {
|
||||
};
|
||||
|
||||
partial interface HTMLIFrameElement {
|
||||
[ChromeOnly,SetterThrows,Pref="dom.mozbrowser.enabled"]
|
||||
attribute boolean mozbrowser;
|
||||
[Func="Window::global_is_mozbrowser"]
|
||||
attribute boolean mozbrowser;
|
||||
};
|
||||
|
||||
HTMLIFrameElement implements BrowserElement;
|
||||
|
||||
Reference in New Issue
Block a user