| 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 0476926bd2fdfe1be8d808c34e6bd84ed1c76c9c..2966caaccb5eb37968c20ee89cedffbc1f05b86a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -960,6 +960,9 @@ public:
|
| void incrementActiveParserCount() { ++m_activeParserCount; }
|
| void decrementActiveParserCount() { --m_activeParserCount; }
|
|
|
| + bool isInitialEmptyDocument() const;
|
| + void markNonInitialEmptyDocument();
|
| +
|
| void setContextFeatures(ContextFeatures&);
|
| ContextFeatures& contextFeatures() const { return *m_contextFeatures; }
|
|
|
|
|