| 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 61170c3f92f950b69419e723d5824542fba9798a..1b60068cfcae5af87e2cd0edf54b08c0b70cb5e7 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -45,7 +45,6 @@
|
| #include "core/loader/DocumentLoader.h"
|
| #include "core/loader/LinkLoader.h"
|
| #include "core/loader/NavigationScheduler.h"
|
| -#include "platform/CrossThreadFunctional.h"
|
| #include "platform/Histogram.h"
|
| #include "platform/SharedBuffer.h"
|
| #include "platform/TraceEvent.h"
|
| @@ -55,6 +54,7 @@
|
| #include "public/platform/WebLoadingBehaviorFlag.h"
|
| #include "public/platform/WebScheduler.h"
|
| #include "public/platform/WebThread.h"
|
| +#include "wtf/Functional.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/TemporaryChange.h"
|
| #include <memory>
|
|
|