Index: Source/core/html/HTMLDetailsElement.h |
diff --git a/Source/core/html/HTMLDetailsElement.h b/Source/core/html/HTMLDetailsElement.h |
index f5ab5bdc45d6416e6f978474865f2c6af75d1f92..a6087ad941ae7c1ae823f0d2cea02ffb3c8b221d 100644 |
--- a/Source/core/html/HTMLDetailsElement.h |
+++ b/Source/core/html/HTMLDetailsElement.h |
@@ -36,7 +36,7 @@ private: |
HTMLDetailsElement(const QualifiedName&, Document&); |
virtual RenderObject* createRenderer(RenderStyle*); |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE; |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual void didAddUserAgentShadowRoot(ShadowRoot*) OVERRIDE; |