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

Unified Diff: Source/core/html/parser/HTMLScriptRunner.h

Issue 289863003: Merge 174019 "Make ScriptLoader into a ResourceOwner" (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1985/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « Source/core/fetch/ResourceOwner.h ('k') | Source/core/html/parser/HTMLScriptRunner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLScriptRunner.h
===================================================================
--- Source/core/html/parser/HTMLScriptRunner.h (revision 174056)
+++ Source/core/html/parser/HTMLScriptRunner.h (working copy)
@@ -77,9 +77,9 @@
void executePendingScriptAndDispatchEvent(PendingScript&, PendingScriptType);
void executeParsingBlockingScripts();
- void requestParsingBlockingScript(Element*);
- void requestDeferredScript(Element*);
- bool requestPendingScript(PendingScript&, Element*) const;
+ void requestParsingBlockingScript(const ResourcePtr<ScriptResource>&, Element*);
+ void requestDeferredScript(const ResourcePtr<ScriptResource>&, Element*);
+ bool requestPendingScript(const ResourcePtr<ScriptResource>&, PendingScript&, Element*) const;
void runScript(Element*, const TextPosition& scriptStartPosition);
« no previous file with comments | « Source/core/fetch/ResourceOwner.h ('k') | Source/core/html/parser/HTMLScriptRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698