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