| Index: third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| index 1008b8cf52532ab639d20c610e6b927e4c5c9e2c..61d9117426ab3fb6d7448b2f35900e3b5da36f93 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| @@ -50,7 +50,6 @@ private:
|
|
|
| bool supportsFocus() const override;
|
| void parseAttribute(const QualifiedName&, const AtomicString&, const AtomicString&) override;
|
| - void childrenChanged(const ChildrenChange&) override;
|
| void accessKeyAction(bool sendMouseEvents) override;
|
| void didAddUserAgentShadowRoot(ShadowRoot&) override;
|
| void attach(const AttachContext& = AttachContext()) override;
|
| @@ -63,7 +62,6 @@ private:
|
| PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
|
|
|
| void updateGroupLabel();
|
| - void recalcSelectOptions();
|
|
|
| RefPtr<ComputedStyle> m_style;
|
| };
|
|
|