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

Unified Diff: third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.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/ScriptWrappableVisitor.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h b/third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.h
similarity index 97%
copy from third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
copy to third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.h
index 50eee7f486b858d871d5c6a092ac47d26b167c6a..8016dffb2012c882455be3bc7add00dc696c7efe 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
+++ b/third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.h
@@ -5,7 +5,7 @@
#ifndef ScriptWrappableVisitor_h
#define ScriptWrappableVisitor_h
-#include "core/CoreExport.h"
+#include "platform/PlatformExport.h"
#include "platform/RuntimeEnabledFeatures.h"
#include "platform/heap/HeapPage.h"
#include "platform/heap/VisitorImpl.h"
@@ -78,8 +78,8 @@ class WrapperMarkingData {
// repeatedly it will call AdvanceTracing, and at the end it will call
// TraceEpilogue. Everytime V8 finds new wrappers, it will let the tracer
// know using RegisterV8References.
-class CORE_EXPORT ScriptWrappableVisitor : public v8::EmbedderHeapTracer,
- public WrapperVisitor {
+class PLATFORM_EXPORT ScriptWrappableVisitor : public v8::EmbedderHeapTracer,
+ public WrapperVisitor {
DISALLOW_IMPLICIT_CONSTRUCTORS(ScriptWrappableVisitor);
public:

Powered by Google App Engine
This is Rietveld 408576698