| Index: third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| index 7ed7aa7541bb2d2308e16892204445bed46a83a8..8d361430a921bb889b33e6561af681ad316dda8b 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserThread.cpp
|
| @@ -30,11 +30,11 @@
|
|
|
| #include "core/html/parser/HTMLParserThread.h"
|
|
|
| -#include "platform/CrossThreadFunctional.h"
|
| #include "platform/WaitableEvent.h"
|
| #include "platform/heap/SafePoint.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| +#include "wtf/Functional.h"
|
|
|
| namespace blink {
|
|
|
|
|