| 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 095926525cc0144701d6d65cd79c86ab72c6bc5e..92654c2822fdc34cd18a87b2df742d7ec2c7c8a4 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| +++ b/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef SuspendableScriptExecutor_h
|
| #define SuspendableScriptExecutor_h
|
|
|
| +#include "bindings/core/v8/DOMWrapperWorld.h"
|
| #include "core/frame/SuspendableTimer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/SelfKeepAlive.h"
|
| #include "v8/include/v8.h"
|
| +#include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
| @@ -28,7 +30,7 @@ class SuspendableScriptExecutor final
|
|
|
| static SuspendableScriptExecutor* create(
|
| LocalFrame*,
|
| - int worldID,
|
| + RefPtr<DOMWrapperWorld>,
|
| const HeapVector<ScriptSourceCode>& sources,
|
| bool userGesture,
|
| WebScriptExecutionCallback*);
|
|
|