| Index: third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.cpp b/third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
| index 89067e0c41489fb5e2d12f120dc49e9f6dd034f7..c9c1a14b885bbf01ad1efb2bf7058f4da0b2f04f 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
| @@ -35,6 +35,7 @@
|
| #include "wtf/text/CharacterNames.h"
|
| #include "wtf/text/StringBuffer.h"
|
| #include "wtf/text/StringHash.h"
|
| +#include "wtf/text/StringToNumber.h"
|
| #include <algorithm>
|
| #include <unicode/translit.h>
|
| #include <unicode/unistr.h>
|
|
|