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

Unified Diff: sky/engine/core/html/parser/HTMLScriptRunner.h

Issue 934083002: Remove the concept of pendingScripts from HTMLScriptRunner (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
Index: sky/engine/core/html/parser/HTMLScriptRunner.h
diff --git a/sky/engine/core/html/parser/HTMLScriptRunner.h b/sky/engine/core/html/parser/HTMLScriptRunner.h
index ca21236dace151ea1c5feca0d0d1e70ba3d75ddd..e3c4c880cc0e250d82b1374f26d239daea95a0f7 100644
--- a/sky/engine/core/html/parser/HTMLScriptRunner.h
+++ b/sky/engine/core/html/parser/HTMLScriptRunner.h
@@ -20,14 +20,10 @@ public:
void runScript(PassRefPtr<HTMLScriptElement>, TextPosition);
- bool hasPendingScripts() const { return m_pendingScript; }
- void executePendingScripts();
-
private:
void executeScript(PassRefPtr<HTMLScriptElement>, TextPosition);
bool m_isExecutingScript;
- RefPtr<HTMLScriptElement> m_pendingScript;
TextPosition m_textPosition;
};
« no previous file with comments | « sky/engine/core/html/parser/HTMLDocumentParser.cpp ('k') | sky/engine/core/html/parser/HTMLScriptRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698