| 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;
|
|
|