| Index: third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| index df5a192b494f7b44dadc76c28874f2b2bdb920fe..1889ac645e62a7715dd124ee9a4c1644612db435 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.cpp
|
| @@ -25,6 +25,8 @@
|
|
|
| #include "core/html/parser/HTMLParserScriptRunner.h"
|
|
|
| +#include <inttypes.h>
|
| +#include <memory>
|
| #include "bindings/core/v8/Microtask.h"
|
| #include "bindings/core/v8/ScriptSourceCode.h"
|
| #include "bindings/core/v8/V8PerIsolateData.h"
|
| @@ -46,8 +48,6 @@
|
| #include "platform/instrumentation/tracing/TracedValue.h"
|
| #include "platform/loader/fetch/MemoryCache.h"
|
| #include "public/platform/Platform.h"
|
| -#include <inttypes.h>
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|