Index: Source/core/html/HTMLDocument.h |
diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h |
index 6990a78bdba86226742ae5106a4008a3e70f26a3..927fdca66d88c3b1954b0b75e51909a23fdd548c 100644 |
--- a/Source/core/html/HTMLDocument.h |
+++ b/Source/core/html/HTMLDocument.h |
@@ -76,6 +76,8 @@ public: |
static bool isCaseSensitiveAttribute(const QualifiedName&); |
+ virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE FINAL; |
+ |
protected: |
HTMLDocument(const DocumentInit&, DocumentClassFlags extendedDocumentClasses = DefaultDocumentClass); |