Index: Source/core/html/HTMLOptGroupElement.h |
diff --git a/Source/core/html/HTMLOptGroupElement.h b/Source/core/html/HTMLOptGroupElement.h |
index ea4102b4e166f9430eb9104cf11728314ad44bad..b7592189df5e31bb511166e1b1c61f25cdca3edb 100644 |
--- a/Source/core/html/HTMLOptGroupElement.h |
+++ b/Source/core/html/HTMLOptGroupElement.h |
@@ -45,7 +45,7 @@ private: |
virtual const AtomicString& formControlType() const; |
virtual bool rendererIsFocusable() const OVERRIDE; |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual bool rendererIsNeeded(const NodeRenderingContext&) { return false; } |
+ virtual bool rendererIsNeeded(const RenderStyle&) { return false; } |
virtual void attach(const AttachContext& = AttachContext()) OVERRIDE; |
virtual void detach(const AttachContext& = AttachContext()) OVERRIDE; |