aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/Window.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/Window.webidl')
-rw-r--r--components/script/dom/webidls/Window.webidl9
1 files changed, 7 insertions, 2 deletions
diff --git a/components/script/dom/webidls/Window.webidl b/components/script/dom/webidls/Window.webidl
index 5e7e08d4b18..dbc4b76591e 100644
--- a/components/script/dom/webidls/Window.webidl
+++ b/components/script/dom/webidls/Window.webidl
@@ -9,7 +9,10 @@
[Unforgeable] readonly attribute WindowProxy window;
[BinaryName="Self_", Replaceable] readonly attribute WindowProxy self;
[Unforgeable] readonly attribute Document document;
- // attribute DOMString name;
+
+ // https://github.com/servo/servo/issues/14453
+ // attribute DOMString name;
+
[/*PutForwards=href, */Unforgeable] readonly attribute Location location;
readonly attribute History history;
//[Replaceable] readonly attribute BarProp locationbar;
@@ -35,7 +38,9 @@
//WindowProxy open(optional DOMString url = "about:blank", optional DOMString target = "_blank",
// optional DOMString features = "", optional boolean replace = false);
//getter WindowProxy (unsigned long index);
- //getter object (DOMString name);
+
+ // https://github.com/servo/servo/issues/14453
+ // getter object (DOMString name);
// the user agent
readonly attribute Navigator navigator;