| Index: third_party/WebKit/Source/core/css/CSSCustomIdentValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h b/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h
|
| index 6f1e061cf3281afb80012f84ab796b3ca5f42e8f..79f3500a3156f15eeabb08d3e01ea333c9abe3df 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSCustomIdentValue.h
|
| @@ -17,7 +17,8 @@ class CSSCustomIdentValue : public CSSValue {
|
| return new CSSCustomIdentValue(str);
|
| }
|
|
|
| - // TODO(sashab, timloh): Remove this and lazily parse the CSSPropertyID in isKnownPropertyID().
|
| + // TODO(sashab, timloh): Remove this and lazily parse the CSSPropertyID in
|
| + // isKnownPropertyID().
|
| static CSSCustomIdentValue* create(CSSPropertyID id) {
|
| return new CSSCustomIdentValue(id);
|
| }
|
|
|