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

Unified Diff: third_party/WebKit/Source/platform/bindings/ScopedPersistent.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/ScopedPersistent.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h b/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h
similarity index 98%
copy from third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h
copy to third_party/WebKit/Source/platform/bindings/ScopedPersistent.h
index 51ffd6ea861a1c3388a742e9d4917ccbfa08835a..2cf5ae2a90504f486215c7519d55a4903841680e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScopedPersistent.h
+++ b/third_party/WebKit/Source/platform/bindings/ScopedPersistent.h
@@ -33,7 +33,7 @@
#include <memory>
-#include "bindings/core/v8/ScriptWrappableVisitor.h"
+#include "platform/bindings/ScriptWrappableVisitor.h"
#include "platform/wtf/Allocator.h"
#include "platform/wtf/Noncopyable.h"
#include "v8/include/v8.h"

Powered by Google App Engine
This is Rietveld 408576698