Index: Source/core/dom/Document.idl |
diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl |
index 2868e3e02a999b0c7b08f17ca306aae5125f33c5..1ae8ca35c0d8ddbc32487663bdcb4a0ad0caa5c5 100644 |
--- a/Source/core/dom/Document.idl |
+++ b/Source/core/dom/Document.idl |
@@ -125,7 +125,7 @@ interface Document : Node { |
readonly attribute HTMLCollection anchors; |
readonly attribute DOMString lastModified; |
- [PerWorldBindings] NodeList getElementsByName([Default=Undefined] optional DOMString elementName); |
+ [PerWorldBindings] NodeList getElementsByName(DOMString elementName); |
[PutForwards=href] readonly attribute Location location; |