Index: Source/core/dom/ContainerNode.h |
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h |
index 53c6eef88d7e0e13315b4cf65566245d3e13e36e..a75a7cf17d38af9553c7a9ff5e8fec4e73170feb 100644 |
--- a/Source/core/dom/ContainerNode.h |
+++ b/Source/core/dom/ContainerNode.h |
@@ -132,7 +132,7 @@ public: |
void disconnectDescendantFrames(); |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const { return true; } |
+ virtual bool childShouldCreateRenderer(const Node& child) const { return true; } |
protected: |
ContainerNode(TreeScope*, ConstructionType = CreateContainer); |