Index: Source/core/svg/SVGFontFaceNameElement.h |
diff --git a/Source/core/svg/SVGFontFaceNameElement.h b/Source/core/svg/SVGFontFaceNameElement.h |
index 0becec8638419ea7ec248b78866d3c681ca7f671..9a1e96dbc773da88c4e598bc854b727700fa50e5 100644 |
--- a/Source/core/svg/SVGFontFaceNameElement.h |
+++ b/Source/core/svg/SVGFontFaceNameElement.h |
@@ -35,6 +35,8 @@ public: |
private: |
SVGFontFaceNameElement(const QualifiedName&, Document*); |
+ |
+ virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
}; |
} // namespace WebCore |