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

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

Issue 2826213003: Don't lower priority for scripts inserted by doc.write (Closed)
Patch Set: Fixed duplicate URLs in Layout test 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 28ef5ee3d0d3bdfb63c76236ad9721b7ec8c1215..11ed0f8efdafe3f066696feb83923e6b2dd49aa3 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
@@ -223,7 +223,8 @@ class CORE_EXPORT HTMLDocumentParser : public ScriptableDocumentParser,
IsExecutingScript();
}
- std::unique_ptr<HTMLPreloadScanner> CreatePreloadScanner();
+ std::unique_ptr<HTMLPreloadScanner> CreatePreloadScanner(
+ TokenPreloadScanner::ScannerType);
// 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