Index: Source/core/dom/shadow/InsertionPoint.h |
diff --git a/Source/core/dom/shadow/InsertionPoint.h b/Source/core/dom/shadow/InsertionPoint.h |
index c6985be5da43bf1c592bf139c123db4cf94bdc1a..d12423b34aba37df35504aa6a6ba28063c8d7b6f 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.h |
+++ b/Source/core/dom/shadow/InsertionPoint.h |
@@ -68,7 +68,7 @@ public: |
protected: |
InsertionPoint(const QualifiedName&, Document&); |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE; |
+ virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE; |
virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) OVERRIDE; |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual void removedFrom(ContainerNode*) OVERRIDE; |