| Index: third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp b/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp
|
| index 2fc81f6c4520b3f0959e6e1c5e8d7d4790199eaa..e49de79172aebf0d2613e941988b4d813a757865 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSSyntaxDescriptor.cpp
|
| @@ -132,7 +132,6 @@ const CSSValue* consumeSingleType(const CSSSyntaxComponent& syntax,
|
| CSSParserTokenRange& range) {
|
| using namespace CSSPropertyParserHelpers;
|
|
|
| - // TODO(timloh): Calc values need to be normalized
|
| switch (syntax.m_type) {
|
| case CSSSyntaxType::Ident:
|
| if (range.peek().type() == IdentToken &&
|
|
|