| Index: third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
|
| diff --git a/third_party/WebKit/Source/web/SuspendableScriptExecutor.h b/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| rename to third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
|
| index cc7b0e35247c31208df7eaf43509bae27296276a..0d85266820d4346eefc655d24cb2a31f619248f6 100644
|
| --- a/third_party/WebKit/Source/web/SuspendableScriptExecutor.h
|
| +++ b/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
|
| @@ -6,6 +6,7 @@
|
| #define SuspendableScriptExecutor_h
|
|
|
| #include "bindings/core/v8/DOMWrapperWorld.h"
|
| +#include "core/CoreExport.h"
|
| #include "core/frame/SuspendableTimer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/SelfKeepAlive.h"
|
| @@ -20,7 +21,7 @@ class ScriptSourceCode;
|
| class ScriptState;
|
| class WebScriptExecutionCallback;
|
|
|
| -class SuspendableScriptExecutor final
|
| +class CORE_EXPORT SuspendableScriptExecutor final
|
| : public GarbageCollectedFinalized<SuspendableScriptExecutor>,
|
| public SuspendableTimer {
|
| USING_GARBAGE_COLLECTED_MIXIN(SuspendableScriptExecutor);
|
|
|