| Index: Source/core/html/HTMLOptionElement.h
|
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
|
| index fac81fbc1852a5c8cbc8e75cac690cb2a1e9371c..da95f6a9a7f59a0627fdd1e73a16a5d8f79afe16 100644
|
| --- a/Source/core/html/HTMLOptionElement.h
|
| +++ b/Source/core/html/HTMLOptionElement.h
|
| @@ -92,7 +92,6 @@ private:
|
| void updateNonComputedStyle();
|
| virtual ComputedStyle* nonLayoutObjectComputedStyle() const override;
|
| virtual PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
|
| - virtual void didRecalcStyle(StyleRecalcChange) override;
|
| virtual void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
|
|
| String collectOptionInnerText() const;
|
|
|