| Index: third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.h b/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| index 684318ad72d72e11dc415e393406175c0ffb0e2c..fe20c5f8634d2ccf30138e2a96f20427c1fc4247 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| +++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| @@ -15,6 +15,7 @@ namespace blink {
|
|
|
| class LocalFrame;
|
| class ScriptSourceCode;
|
| +class ScriptState;
|
| class WebScriptExecutionCallback;
|
|
|
| class SuspendableScriptExecutor final
|
| @@ -48,6 +49,7 @@ class SuspendableScriptExecutor final
|
| virtual ~Executor() {}
|
|
|
| virtual Vector<v8::Local<v8::Value>> execute(LocalFrame*) = 0;
|
| + virtual ScriptState* getScriptState(LocalFrame*) = 0;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE(){};
|
| };
|
|
|