| 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 e178e27323e92a4108d7b0064ae048d484e01069..cb73d44b67a131475a2d631a5040d736a4520ccd 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -39,6 +39,7 @@
|
| #include "core/html/parser/BackgroundHTMLParser.h"
|
| #include "core/html/parser/HTMLParserScheduler.h"
|
| #include "core/html/parser/HTMLParserThread.h"
|
| +#include "core/html/parser/HTMLResourcePreloader.h"
|
| #include "core/html/parser/HTMLScriptRunner.h"
|
| #include "core/html/parser/HTMLTreeBuilder.h"
|
| #include "core/inspector/InspectorInstrumentation.h"
|
|
|