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

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

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

Powered by Google App Engine
This is Rietveld 408576698