| Index: third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp b/third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
| index d31bbb831f8422b94b96ad239e2f30ed92ce06ab..c61472caf263c6f11c9154eedfdfe8434bf31e13 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMetaElement-in.cpp
|
| @@ -33,6 +33,7 @@
|
| #include "core/loader/FrameLoaderClient.h"
|
| #include "core/loader/HttpEquiv.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| +#include "wtf/text/StringToNumber.h"
|
|
|
| namespace blink {
|
|
|
|
|