Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index af649cb70cfb2de422f3be187b995bbf7ada246d..74fb89ce85afd8ec550b4245acfeb9299a17f726 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -136,7 +136,7 @@ private: |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
virtual bool isPresentationAttribute(const QualifiedName&) const OVERRIDE; |
- virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE; |
+ virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE; |
virtual RenderObject* createRenderer(RenderStyle *); |
virtual bool appendFormData(FormDataList&, bool); |