| Index: third_party/WebKit/Source/core/html/HTMLFontElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFontElement.cpp b/third_party/WebKit/Source/core/html/HTMLFontElement.cpp
|
| index 019ea145508b7f333bb1d93bae43f0940641f2f2..944d580077ccc09d622bcc8c1954baac38c6ce0e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFontElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFontElement.cpp
|
| @@ -31,6 +31,7 @@
|
| #include "core/css/parser/CSSParser.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "wtf/text/StringBuilder.h"
|
| +#include "wtf/text/StringToNumber.h"
|
|
|
| using namespace WTF;
|
|
|
|
|