| Index: third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptionElement.h b/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| index beee0b34d98b1673160a6d5120971f45075ad03b..0395f167bfc7d512ff7912e9bd7dda984bb77987 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| @@ -117,7 +117,6 @@
|
| // Represents 'dirtiness'.
|
| // https://html.spec.whatwg.org/multipage/forms.html#concept-option-dirtiness
|
| bool m_isDirty = false;
|
| - // TODO(bugsnash): Use Node's ComputedStyle instead
|
| RefPtr<ComputedStyle> m_style;
|
| };
|
|
|
|
|