Index: Source/core/svg/SVGFontFaceUriElement.h |
diff --git a/Source/core/svg/SVGFontFaceUriElement.h b/Source/core/svg/SVGFontFaceUriElement.h |
index 3ae17c2d83d3ecb993491ad5066d8e8e1379fa10..fb4f8c80345cb5d034e73d6229ed659cba2bcc53 100644 |
--- a/Source/core/svg/SVGFontFaceUriElement.h |
+++ b/Source/core/svg/SVGFontFaceUriElement.h |
@@ -44,7 +44,7 @@ private: |
virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0); |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE { return false; } |
void loadFont(); |