Index: Source/core/dom/shadow/InsertionPoint.cpp |
diff --git a/Source/core/dom/shadow/InsertionPoint.cpp b/Source/core/dom/shadow/InsertionPoint.cpp |
index 9ef0d29b0dd90e0907685d302254522a61040af9..4c2b26d99e96bf422c533c70151646b97a90e52d 100644 |
--- a/Source/core/dom/shadow/InsertionPoint.cpp |
+++ b/Source/core/dom/shadow/InsertionPoint.cpp |
@@ -152,9 +152,9 @@ PassRefPtr<NodeList> InsertionPoint::getDistributedNodes() |
return StaticNodeList::adopt(nodes); |
} |
-bool InsertionPoint::rendererIsNeeded(const NodeRenderingContext& context) |
+bool InsertionPoint::rendererIsNeeded(const RenderStyle& style) |
{ |
- return !isActive() && HTMLElement::rendererIsNeeded(context); |
+ return !isActive() && HTMLElement::rendererIsNeeded(style); |
} |
void InsertionPoint::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) |