| 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 0a9187b1cb9175fb0a4352f7eaaea695aa665815..0038d1c08857daefab6c19339be7f389117e74fd 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
|
| @@ -823,7 +823,6 @@ void HTMLDocumentParser::append(const String& inputSource)
|
| m_preloadScanner = createPreloadScanner();
|
|
|
| m_preloadScanner->appendToEnd(source);
|
| - // TODO(droger): Set the LOAD_PREFETCH flags on the requests.
|
| m_preloadScanner->scanAndPreload(m_preloader.get(), document()->validBaseElementURL(), nullptr);
|
|
|
| // Return after the preload scanner, do not actually parse the document.
|
|
|