| Index: Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp b/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp
|
| similarity index 82%
|
| rename from Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp
|
| rename to Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp
|
| index 5ee873dd6cb78609584747c55046712e3da8cd5f..ebb7bb04281873096b524bd718cdae91af8edca8 100644
|
| --- a/Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp
|
| @@ -23,18 +23,18 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "bindings/v8/custom/V8ArrayBufferViewCustom.h"
|
| +#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
|
|
|
| -#include "bindings/v8/custom/V8DataViewCustom.h"
|
| -#include "bindings/v8/custom/V8Float32ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Float64ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Int16ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Int32ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Int8ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Uint16ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Uint32ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Uint8ArrayCustom.h"
|
| -#include "bindings/v8/custom/V8Uint8ClampedArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8DataViewCustom.h"
|
| +#include "bindings/core/v8/custom/V8Float32ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Float64ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Int16ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Int32ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Int8ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Uint16ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Uint32ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Uint8ArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h"
|
| #include <v8.h>
|
|
|
| namespace WebCore {
|
|
|