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

Unified Diff: third_party/WebKit/Source/platform/bindings/TraceWrapperV8Reference.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/TraceWrapperV8Reference.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h b/third_party/WebKit/Source/platform/bindings/TraceWrapperV8Reference.h
similarity index 97%
copy from third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
copy to third_party/WebKit/Source/platform/bindings/TraceWrapperV8Reference.h
index 85a1882f3fc94dd6cc8d2094c641fec73ce15a1e..e961201718a03b60b4a77248c0f55fee7769b225 100644
--- a/third_party/WebKit/Source/bindings/core/v8/TraceWrapperV8Reference.h
+++ b/third_party/WebKit/Source/platform/bindings/TraceWrapperV8Reference.h
@@ -5,7 +5,7 @@
#ifndef TraceWrapperV8Reference_h
#define TraceWrapperV8Reference_h
-#include "bindings/core/v8/ScriptWrappableVisitor.h"
+#include "platform/bindings/ScriptWrappableVisitor.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698