| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index f8a84c219844f5282747fee283d95d4db443b080..0ed30f7f6a118dc3adb15e81e17427bd4be35319 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -415,9 +415,6 @@
|
| HTMLCollection* windowNamedItems(const AtomicString& name);
|
| DocumentNameCollection* documentNamedItems(const AtomicString& name);
|
|
|
| - // "defaultView" attribute defined in HTML spec.
|
| - LocalDOMWindow* defaultView() const;
|
| -
|
| bool isHTMLDocument() const { return m_documentClasses & HTMLDocumentClass; }
|
| bool isXHTMLDocument() const {
|
| return m_documentClasses & XHTMLDocumentClass;
|
|
|