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