| 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 584327a25ee338c712d872a1ca177dd7d2359758..28306076bc3fb6bf04d287aaa2615e25800e29f9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -965,6 +965,8 @@ public:
|
| void incrementActiveParserCount() { ++m_activeParserCount; }
|
| void decrementActiveParserCount() { --m_activeParserCount; }
|
|
|
| + bool isInitialEmptyDocument() const;
|
| +
|
| void setContextFeatures(ContextFeatures&);
|
| ContextFeatures& contextFeatures() const { return *m_contextFeatures; }
|
|
|
|
|