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

Unified Diff: Source/core/html/parser/HTMLDocumentParser.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/html/LinkResource.cpp ('k') | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLDocumentParser.h
diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
index 69130d56a493b9fc19c7f03223c07c86aaab4ad0..41d8e2a5a29117fd38b37b10d511f19626e458bc 100644
--- a/Source/core/html/parser/HTMLDocumentParser.h
+++ b/Source/core/html/parser/HTMLDocumentParser.h
@@ -124,7 +124,7 @@ private:
virtual void stopParsing() OVERRIDE;
virtual bool isWaitingForScripts() const OVERRIDE;
virtual bool isExecutingScript() const OVERRIDE;
- virtual void executeScriptsWaitingForStylesheets() OVERRIDE;
+ virtual void executeScriptsWaitingForResources() OVERRIDE;
// HTMLScriptRunnerHost
virtual void watchForLoad(CachedResource*) OVERRIDE;
« no previous file with comments | « Source/core/html/LinkResource.cpp ('k') | Source/core/html/parser/HTMLDocumentParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698