| 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 ee28433a35d4592aa5367ebfe35c97373afe9221..aaf30b09ec0cbea174431e5f756c5afc572e03d5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| @@ -26,10 +26,10 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/html/HTMLElement.h"
|
| -#include "core/style/ComputedStyle.h"
|
|
|
| namespace blink {
|
|
|
| +class ComputedStyle;
|
| class HTMLSelectElement;
|
| class HTMLDivElement;
|
|
|
| @@ -48,6 +48,7 @@ class CORE_EXPORT HTMLOptGroupElement final : public HTMLElement {
|
|
|
| private:
|
| explicit HTMLOptGroupElement(Document&);
|
| + ~HTMLOptGroupElement();
|
|
|
| bool supportsFocus() const override;
|
| void parseAttribute(const QualifiedName&,
|
|
|