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

Unified Diff: Source/core/dom/ScriptableDocumentParser.h

Issue 15856002: First step of HTMLImports (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed Mac build Created 7 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/dom/ScriptElement.cpp ('k') | Source/core/html/HTMLImportsController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ScriptableDocumentParser.h
diff --git a/Source/core/dom/ScriptableDocumentParser.h b/Source/core/dom/ScriptableDocumentParser.h
index 27dd72658333ba076586fac56bdcbea2c5b28261..9a8581dcb7d4633aa84888b88394ecb1daa6b2db 100644
--- a/Source/core/dom/ScriptableDocumentParser.h
+++ b/Source/core/dom/ScriptableDocumentParser.h
@@ -40,7 +40,7 @@ public:
// FIXME: Only the HTMLDocumentParser ever blocks script execution on
// stylesheet load, which is likely a bug in the XMLDocumentParser.
- virtual void executeScriptsWaitingForStylesheets() { }
+ virtual void executeScriptsWaitingForResources() { }
virtual bool isWaitingForScripts() const = 0;
« no previous file with comments | « Source/core/dom/ScriptElement.cpp ('k') | Source/core/html/HTMLImportsController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698