| Index: Source/core/html/HTMLOptionElement.h
|
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
|
| index 6dc4c9dd75f832bc3a1c883b5626d02f5f1904a5..e0c58504f3c29b7a0c4a495b0e1ab5c1d7eb3ddc 100644
|
| --- a/Source/core/html/HTMLOptionElement.h
|
| +++ b/Source/core/html/HTMLOptionElement.h
|
| @@ -85,9 +85,7 @@ private:
|
| void updateNonRenderStyle();
|
| virtual RenderStyle* nonRendererStyle() const OVERRIDE;
|
| virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE;
|
| -
|
| virtual void didRecalcStyle(StyleRecalcChange) OVERRIDE;
|
| - virtual void willRecalcStyle(StyleRecalcChange) OVERRIDE;
|
|
|
| String collectOptionInnerText() const;
|
|
|
|
|