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

Unified Diff: Source/web/SuspendableScriptExecutor.h

Issue 869513004: SuspendableScriptExecutor executes code once (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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
« no previous file with comments | « no previous file | Source/web/SuspendableScriptExecutor.cpp » ('j') | Source/web/SuspendableScriptExecutor.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/SuspendableScriptExecutor.h
diff --git a/Source/web/SuspendableScriptExecutor.h b/Source/web/SuspendableScriptExecutor.h
index 9b5052e43795ba467e65106bb11f5c5090a5bf7a..c1749430dd0de3e46f3937dbfa61dc6718f5ea55 100644
--- a/Source/web/SuspendableScriptExecutor.h
+++ b/Source/web/SuspendableScriptExecutor.h
@@ -38,6 +38,7 @@ private:
WillBeHeapVector<ScriptSourceCode> m_sources;
int m_extensionGroup;
bool m_userGesture;
+ bool m_isStarted;
WebScriptExecutionCallback* m_callback;
};
« no previous file with comments | « no previous file | Source/web/SuspendableScriptExecutor.cpp » ('j') | Source/web/SuspendableScriptExecutor.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698