| Index: Source/bindings/core/v8/custom/V8Float64ArrayCustom.h
|
| diff --git a/Source/bindings/v8/custom/V8Float64ArrayCustom.h b/Source/bindings/core/v8/custom/V8Float64ArrayCustom.h
|
| similarity index 98%
|
| rename from Source/bindings/v8/custom/V8Float64ArrayCustom.h
|
| rename to Source/bindings/core/v8/custom/V8Float64ArrayCustom.h
|
| index 0e793b6525f5de52a2652ea592db5620033c35f6..041bfcfd6c3189bb97a7e7bb1b39fe18f0e3fb8c 100644
|
| --- a/Source/bindings/v8/custom/V8Float64ArrayCustom.h
|
| +++ b/Source/bindings/core/v8/custom/V8Float64ArrayCustom.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef V8Float64ArrayCustom_h
|
| #define V8Float64ArrayCustom_h
|
|
|
| -#include "bindings/v8/custom/V8TypedArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "wtf/Float64Array.h"
|
|
|
| namespace WebCore {
|
|
|