| Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| index 1f8e97fed0c31e4eca0bb505100b5ee2ffe7b68b..9a404712fa49b5b6ae877af8bfa658ae03cb3ba3 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "core/html/parser/HTMLDocumentParser.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/DocumentWriteEvaluator.h"
|
| #include "core/HTMLNames.h"
|
| #include "core/css/MediaValuesCached.h"
|
| @@ -41,8 +42,8 @@
|
| #include "core/html/parser/HTMLParserScriptRunner.h"
|
| #include "core/html/parser/HTMLResourcePreloader.h"
|
| #include "core/html/parser/HTMLTreeBuilder.h"
|
| -#include "core/inspector/InspectorInstrumentation.h"
|
| #include "core/inspector/InspectorTraceEvents.h"
|
| +#include "core/instrumentation/CoreProbes.h"
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/loader/LinkLoader.h"
|
| #include "core/loader/NavigationScheduler.h"
|
| @@ -59,7 +60,6 @@
|
| #include "public/platform/WebThread.h"
|
| #include "wtf/AutoReset.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|