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