| Index: third_party/WebKit/Source/core/css/PropertyRegistration.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/PropertyRegistration.cpp b/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
|
| index 20437d4a81ac5c94183f0bc2341a22afb3e27d94..ca0c284161b911f730d739bfa0cbe2e4de1dd4e5 100644
|
| --- a/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
|
| @@ -50,7 +50,8 @@ static bool computationallyIndependent(const CSSValue& value) {
|
| return true;
|
| }
|
|
|
| - // TODO(timloh): Images and transform-function values can also contain lengths.
|
| + // TODO(timloh): Images and transform-function values can also contain
|
| + // lengths.
|
|
|
| return true;
|
| }
|
|
|