Index: Source/core/svg/SVGFontFaceSrcElement.h |
diff --git a/Source/core/svg/SVGFontFaceSrcElement.h b/Source/core/svg/SVGFontFaceSrcElement.h |
index b09937993b7e02cf121aa951625264b1159fef4e..5f47b8ae1066d81c9e2749c0cfef5ac314553e94 100644 |
--- a/Source/core/svg/SVGFontFaceSrcElement.h |
+++ b/Source/core/svg/SVGFontFaceSrcElement.h |
@@ -37,6 +37,7 @@ private: |
SVGFontFaceSrcElement(const QualifiedName&, Document*); |
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |
+ virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
}; |
} // namespace WebCore |