aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/webidls/HTMLFrameElement.webidl
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2013-10-21 08:11:18 +0100
committerJosh Matthews <josh@joshmatthews.net>2014-04-22 10:57:25 -0400
commit94dffca1e165eb5504feda42e89015648b484b78 (patch)
tree333bc6894ead07d5b7d6c222ae4d050e174f4c7a /src/components/script/dom/webidls/HTMLFrameElement.webidl
parentc760577aee3ca31e58b4dd2b7f919d14fcaa2d2f (diff)
downloadservo-94dffca1e165eb5504feda42e89015648b484b78.tar.gz
servo-94dffca1e165eb5504feda42e89015648b484b78.zip
Remove all traces of WindowProxy. Implement basic browser context concept and outerizing of inner windows.
Diffstat (limited to 'src/components/script/dom/webidls/HTMLFrameElement.webidl')
-rw-r--r--src/components/script/dom/webidls/HTMLFrameElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/webidls/HTMLFrameElement.webidl b/src/components/script/dom/webidls/HTMLFrameElement.webidl
index 845fbe3bf2e..f1c78606b02 100644
--- a/src/components/script/dom/webidls/HTMLFrameElement.webidl
+++ b/src/components/script/dom/webidls/HTMLFrameElement.webidl
@@ -25,7 +25,7 @@ interface HTMLFrameElement : HTMLElement {
[SetterThrows]
attribute boolean noResize;
readonly attribute Document? contentDocument;
- readonly attribute WindowProxy? contentWindow;
+ readonly attribute Window? contentWindow;
[TreatNullAs=EmptyString, SetterThrows] attribute DOMString marginHeight;
[TreatNullAs=EmptyString, SetterThrows] attribute DOMString marginWidth;