Index: third_party/WebKit/Source/core/css/StylePropertySerializer.h |
diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.h b/third_party/WebKit/Source/core/css/StylePropertySerializer.h |
index e2d85582f0bf045e6b4abe42b7d785c11024089a..b2a7881d084f721121299fded6c858cc0af711d6 100644 |
--- a/third_party/WebKit/Source/core/css/StylePropertySerializer.h |
+++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.h |
@@ -74,6 +74,7 @@ private: |
, m_isImplicit(property.isImplicit()) |
, m_isInherited(property.isInherited()) { } |
+ // TODO(sashab): Make this take a const CSSValue&. |
PropertyValueForSerializer(CSSPropertyID id, const CSSValue* value, bool isImportant) |
: m_value(value) |
, m_id(id) |