| Index: third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
| index 6eb6b0fedd7d900d4b9a5953ef24ec2563c24d96..e66f90ddaad196f5fe1c38dc191411223147ef70 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserFastPaths.cpp
|
| @@ -15,6 +15,7 @@
|
| #include "core/css/parser/CSSPropertyParser.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| +#include "wtf/text/StringToNumber.h"
|
|
|
| namespace blink {
|
|
|
|
|