Index: Source/core/svg/SVGDocument.h |
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h |
index 273db02360555199b732103126dc38956354c356..163188b2a253bf4d738255d7e7486142a5557dbe 100644 |
--- a/Source/core/svg/SVGDocument.h |
+++ b/Source/core/svg/SVGDocument.h |
@@ -47,6 +47,8 @@ public: |
void startPan(const FloatPoint& start); |
void updatePan(const FloatPoint& pos) const; |
+ virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE FINAL; |
+ |
private: |
SVGDocument(const DocumentInit&); |