Index: Source/core/svg/SVGMissingGlyphElement.h |
diff --git a/Source/core/svg/SVGMissingGlyphElement.h b/Source/core/svg/SVGMissingGlyphElement.h |
index a1c4a8f53303e692153cd1b46d42f00f95907283..6ff776dec233d5cb268ac360045bdec358c1c334 100644 |
--- a/Source/core/svg/SVGMissingGlyphElement.h |
+++ b/Source/core/svg/SVGMissingGlyphElement.h |
@@ -33,7 +33,7 @@ public: |
private: |
SVGMissingGlyphElement(const QualifiedName&, Document&); |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) { return false; } |
}; |
inline SVGMissingGlyphElement* toSVGMissingGlyphElement(Node* node) |