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 6cf916b552ffa154b3bcb25adc02b91d06b68e0d..4f43298f504a682efa0270ea3521da339e5a23cc 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; |
}; |