| Index: Source/bindings/core/v8/custom/V8DataViewCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8DataViewCustom.cpp b/Source/bindings/core/v8/custom/V8DataViewCustom.cpp
|
| similarity index 95%
|
| rename from Source/bindings/v8/custom/V8DataViewCustom.cpp
|
| rename to Source/bindings/core/v8/custom/V8DataViewCustom.cpp
|
| index 3d7572ca3ca2735eaae29ca872ef55a504b8fe67..321a6178d8161e529ca52d2fd90b94172a4cf8a1 100644
|
| --- a/Source/bindings/v8/custom/V8DataViewCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8DataViewCustom.cpp
|
| @@ -24,10 +24,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "bindings/v8/custom/V8DataViewCustom.h"
|
| +#include "bindings/core/v8/custom/V8DataViewCustom.h"
|
|
|
| +#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
|
| #include "bindings/v8/V8Binding.h"
|
| -#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
|
| #include "core/html/canvas/DataView.h"
|
|
|
| namespace WebCore {
|
|
|