| 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 e24403464df2f8cbb446e538516e3dba540b7a44..1e122750d34c066bf5e4e0a22362ce84b8bc393e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| @@ -65,7 +65,6 @@ private:
|
|
|
| void updateGroupLabel();
|
|
|
| - // TODO(bugsnash): Use Node's ComputedStyle instead
|
| RefPtr<ComputedStyle> m_style;
|
| };
|
|
|
|
|