| 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 6e9f4ad4b89d95f18dcf35c09cbd1e3b6e05b905..ee28433a35d4592aa5367ebfe35c97373afe9221 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| @@ -61,7 +61,8 @@ class CORE_EXPORT HTMLOptGroupElement final : public HTMLElement {
|
| InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| void removedFrom(ContainerNode*) override;
|
|
|
| - // <optgroup> might not have a layoutObject so we manually manage a cached style.
|
| + // <optgroup> might not have a layoutObject so we manually manage a cached
|
| + // style.
|
| void updateNonComputedStyle();
|
| ComputedStyle* nonLayoutObjectComputedStyle() const override;
|
| PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
|
|
|