mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use [Func] on HTMLIFrameElement.mozbrowser
This commit is contained in:
parent
34dfc28e98
commit
694deabcd5
3 changed files with 24 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue