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