Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(462)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h

Issue 2843013002: Revert of Don't lower priority for scripts inserted by doc.write (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
index 11ed0f8efdafe3f066696feb83923e6b2dd49aa3..28ef5ee3d0d3bdfb63c76236ad9721b7ec8c1215 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
@@ -223,8 +223,7 @@
IsExecutingScript();
}
- std::unique_ptr<HTMLPreloadScanner> CreatePreloadScanner(
- TokenPreloadScanner::ScannerType);
+ std::unique_ptr<HTMLPreloadScanner> CreatePreloadScanner();
// Let the given HTMLPreloadScanner scan the input it has, and then preloads
// resources using the resulting PreloadRequests and |m_preloader|.

Powered by Google App Engine
This is Rietveld 408576698