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 98% |
copy from third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h |
copy to third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h |
index 655c8c3f50de86430ce418f40cc42e26bd0d01a6..41526725b479655d7f74c5bda49b5922c4815329 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperMap.h |
+++ b/third_party/WebKit/Source/platform/bindings/DOMWrapperMap.h |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright (C) 2012 Google Inc. All rights reserved. |
+ * Copyright (C) 2017 Google Inc. All rights reserved. |
* |
* Redistribution and use in source and binary forms, with or without |
* modification, are permitted provided that the following conditions are |
@@ -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" |