| Index: third_party/WebKit/Source/platform/bindings/V8DOMWrapper.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.cpp b/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.cpp
|
| similarity index 93%
|
| rename from third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.cpp
|
| rename to third_party/WebKit/Source/platform/bindings/V8DOMWrapper.cpp
|
| index 089f5f7d34ae62559754c1dfbd5ecda59c0ac06e..2524c6afb3008ad30be735c03e40ebbb70ed90f4 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.cpp
|
| +++ b/third_party/WebKit/Source/platform/bindings/V8DOMWrapper.cpp
|
| @@ -1,5 +1,5 @@
|
| /*
|
| - * Copyright (C) 2009 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
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "bindings/core/v8/V8DOMWrapper.h"
|
| +#include "platform/bindings/V8DOMWrapper.h"
|
|
|
| -#include "bindings/core/v8/V8Binding.h"
|
| -#include "bindings/core/v8/V8ObjectConstructor.h"
|
| -#include "bindings/core/v8/V8PerContextData.h"
|
| -#include "bindings/core/v8/V8PerIsolateData.h"
|
| +#include "platform/bindings/V8Binding.h"
|
| +#include "platform/bindings/V8ObjectConstructor.h"
|
| +#include "platform/bindings/V8PerContextData.h"
|
| +#include "platform/bindings/V8PerIsolateData.h"
|
|
|
| namespace blink {
|
|
|
|
|