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

Unified Diff: third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h

Issue 2843603002: Move ScriptWrappable and dependencies to platform/bindings (Closed)
Patch Set: Rebase and try again 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/platform/bindings/ActiveScriptWrappable.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h b/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
similarity index 94%
copy from third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h
copy to third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
index 5af6cddbc1e71e7aa4ac0b9476ff8777d744030d..fc724191f0b3885ee85bec1e6f8a828340f18598 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ActiveScriptWrappable.h
+++ b/third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.h
@@ -5,7 +5,7 @@
#ifndef ActiveScriptWrappable_h
#define ActiveScriptWrappable_h
-#include "core/CoreExport.h"
+#include "platform/PlatformExport.h"
#include "platform/heap/Handle.h"
#include "platform/wtf/Noncopyable.h"
@@ -23,7 +23,7 @@ class ScriptWrappableVisitor;
* thread-specific list. They keep their wrappers and dependant objects alive
* as long as they have pending activity.
*/
-class CORE_EXPORT ActiveScriptWrappableBase : public GarbageCollectedMixin {
+class PLATFORM_EXPORT ActiveScriptWrappableBase : public GarbageCollectedMixin {
WTF_MAKE_NONCOPYABLE(ActiveScriptWrappableBase);
public:
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/bindings/ActiveScriptWrappable.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698