| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index c37fbf6ac7fabfca66541cf8caaf42d4544fc4ad..144421f97a19c60c6eb97868fd0c86fd9c5ff173 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);
|
|
|
|
|