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 b7a75bb7e9de41aff60bacee4bdfcf89e1ddbd58..cd07a8da910e91d3d0dc000e124c77d3be0cac05 100644 |
--- a/third_party/WebKit/Source/core/css/PropertyRegistration.cpp |
+++ b/third_party/WebKit/Source/core/css/PropertyRegistration.cpp |
@@ -80,8 +80,7 @@ static bool ComputationallyIndependent(const CSSValue& value) { |
return true; |
} |
- // TODO(timloh): Images and transform-function values can also contain |
- // lengths. |
+ // TODO(timloh): Images values can also contain lengths. |
return true; |
} |