Index: Source/core/svg/SVGDocument.h |
diff --git a/Source/core/svg/SVGDocument.h b/Source/core/svg/SVGDocument.h |
index 273db02360555199b732103126dc38956354c356..0e382dc6945fba7e6ac9fc38be6d73563ee80ab1 100644 |
--- a/Source/core/svg/SVGDocument.h |
+++ b/Source/core/svg/SVGDocument.h |
@@ -26,8 +26,6 @@ |
namespace WebCore { |
-class DOMImplementation; |
-class SVGElement; |
class SVGSVGElement; |
class SVGDocument FINAL : public Document { |
@@ -48,7 +46,7 @@ public: |
void updatePan(const FloatPoint& pos) const; |
private: |
- SVGDocument(const DocumentInit&); |
+ explicit SVGDocument(const DocumentInit&); |
virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const; |