Index: Source/core/svg/SVGMetadataElement.h |
diff --git a/Source/core/svg/SVGMetadataElement.h b/Source/core/svg/SVGMetadataElement.h |
index 240bdf71a5d852f7e22b9eddb45aed12f0d2d9a2..736e3b3c736ec8b8f6eaa95456aefb09d81153c1 100644 |
--- a/Source/core/svg/SVGMetadataElement.h |
+++ b/Source/core/svg/SVGMetadataElement.h |
@@ -31,6 +31,8 @@ public: |
private: |
SVGMetadataElement(const QualifiedName&, Document*); |
+ |
+ virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
}; |
} // namespace WebCore |