| 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 20fb60af139bc2dc9b2c8630a55ba742757474cf..eae8542c3aa36a7f5519bcdbd8544ad0f4f3e6ca 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"
|
| @@ -59,7 +60,6 @@
|
| #include "public/platform/WebThread.h"
|
| #include "wtf/AutoReset.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|