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 4be991d44310f7694129ab258aac07d25a6ffd1f..14254d3981a76651e5bdf70556daf7c6098f7b9a 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLOptionElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLOptionElement.h |
@@ -117,7 +117,6 @@ private: |
// 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; |
}; |