| Index: Source/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| diff --git a/Source/bindings/v8/custom/V8Uint32ArrayCustom.h b/Source/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| similarity index 98%
|
| rename from Source/bindings/v8/custom/V8Uint32ArrayCustom.h
|
| rename to Source/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| index 9218135ef738827a587cb45cd1eac92e762406e0..be416a76667c256d761dab8cbef9eec5827b6352 100644
|
| --- a/Source/bindings/v8/custom/V8Uint32ArrayCustom.h
|
| +++ b/Source/bindings/core/v8/custom/V8Uint32ArrayCustom.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef V8Uint32ArrayCustom_h
|
| #define V8Uint32ArrayCustom_h
|
|
|
| -#include "bindings/v8/custom/V8TypedArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "wtf/Uint32Array.h"
|
|
|
| namespace WebCore {
|
|
|