| Index: third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
| index f90e555c35d79fa6fe429a37ebcdfb4a466284a8..beb8fe0c5f0faf987425e63cf13b314f3b4dfab9 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLSrcsetParser.cpp
|
| @@ -40,6 +40,7 @@
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/inspector/ConsoleMessage.h"
|
| #include "platform/ParsingUtilities.h"
|
| +#include "wtf/text/StringToNumber.h"
|
| #include <algorithm>
|
|
|
| namespace blink {
|
|
|