Index: third_party/WebKit/Source/core/dom/Document.idl |
diff --git a/third_party/WebKit/Source/core/dom/Document.idl b/third_party/WebKit/Source/core/dom/Document.idl |
index 87ca6f523697c6bd62dd6df408b993282f17695d..a9f225e9fa108c78c6cd7b09dcfeba95e6579a05 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.idl |
+++ b/third_party/WebKit/Source/core/dom/Document.idl |
@@ -119,7 +119,7 @@ interface Document : Node { |
[CallWith=EnteredWindow, CEReactions, CustomElementCallbacks, RaisesException] void writeln(DOMString... text); |
// user interaction |
- [ImplementedAs=domWindow] readonly attribute Window? defaultView; |
+ readonly attribute Window? defaultView; |
boolean hasFocus(); |
[CEReactions, CustomElementCallbacks, MeasureAs=DocumentDesignMode] attribute DOMString designMode; |
[CEReactions, CustomElementCallbacks, RaisesException] boolean execCommand(DOMString commandId, optional boolean showUI = false, optional DOMString value = ""); |