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

Unified Diff: third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h

Issue 2832743003: Move SuspendableScriptExecutor.* from web/ -> core/frame/. (Closed)
Patch Set: Created 3 years, 8 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
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);
« no previous file with comments | « third_party/WebKit/Source/core/frame/BUILD.gn ('k') | third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698