Index: Source/core/html/HTMLOptionElement.h |
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h |
index 5206fb35c1b013a3b4e1cc60f5044ed721b53458..c2e55a3f37b987303a3c2cc403a0826ce729461f 100644 |
--- a/Source/core/html/HTMLOptionElement.h |
+++ b/Source/core/html/HTMLOptionElement.h |
@@ -69,7 +69,7 @@ private: |
HTMLOptionElement(const QualifiedName&, Document&); |
virtual bool rendererIsFocusable() const 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; |