| 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 5478be0cd969217b3f8a38bb51aec88ca25237df..a81650cfa67862b4e8a53042097245ff0cc0c681 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -408,6 +408,9 @@ class CORE_EXPORT Document : public ContainerNode,
|
| HTMLCollection* WindowNamedItems(const AtomicString& name);
|
| DocumentNameCollection* DocumentNamedItems(const AtomicString& name);
|
|
|
| + // "defaultView" attribute defined in HTML spec.
|
| + LocalDOMWindow* defaultView() const;
|
| +
|
| bool IsHTMLDocument() const { return document_classes_ & kHTMLDocumentClass; }
|
| bool IsXHTMLDocument() const {
|
| return document_classes_ & kXHTMLDocumentClass;
|
|
|