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

Unified Diff: third_party/WebKit/Source/platform/bindings/DOMWrapperMap.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/DOMWrapperMap.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h b/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h
similarity index 99%
copy from third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h
copy to third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h
index 655c8c3f50de86430ce418f40cc42e26bd0d01a6..87a63afa5799d1c6048928d6f366346bebba9123 100644
--- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h
+++ b/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h
@@ -33,8 +33,8 @@
#include <utility>
-#include "bindings/core/v8/WrapperTypeInfo.h"
#include "platform/ScriptForbiddenScope.h"
+#include "platform/bindings/WrapperTypeInfo.h"
#include "platform/wtf/Compiler.h"
#include "platform/wtf/HashMap.h"
#include "v8/include/v8-util.h"

Powered by Google App Engine
This is Rietveld 408576698