Index: Source/core/svg/SVGGlyphElement.h |
diff --git a/Source/core/svg/SVGGlyphElement.h b/Source/core/svg/SVGGlyphElement.h |
index 90772d738f65b9d4ee733e334872bf7227f2d0fa..2598356a5e89a3afba3dddb6ce2fc60892956e59 100644 |
--- a/Source/core/svg/SVGGlyphElement.h |
+++ b/Source/core/svg/SVGGlyphElement.h |
@@ -53,7 +53,7 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) { return false; } |
void invalidateGlyphCache(); |
}; |