mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Support WindowProxy return values in bindings
unscopable
This commit is contained in:
@@ -13,8 +13,7 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
attribute DOMString width;
|
||||
attribute DOMString height;
|
||||
readonly attribute Document? contentDocument;
|
||||
//readonly attribute WindowProxy? contentWindow;
|
||||
readonly attribute Window? contentWindow;
|
||||
readonly attribute WindowProxy? contentWindow;
|
||||
|
||||
// also has obsolete members
|
||||
};
|
||||
@@ -31,7 +30,7 @@ partial interface HTMLIFrameElement {
|
||||
};
|
||||
|
||||
partial interface HTMLIFrameElement {
|
||||
[Func="Window::global_is_mozbrowser"]
|
||||
[Func="::dom::window::Window::global_is_mozbrowser"]
|
||||
attribute boolean mozbrowser;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user