| Index: Source/bindings/core/v8/custom/V8Uint8ArrayCustom.h
|
| diff --git a/Source/bindings/v8/custom/V8Uint8ArrayCustom.h b/Source/bindings/core/v8/custom/V8Uint8ArrayCustom.h
|
| similarity index 98%
|
| rename from Source/bindings/v8/custom/V8Uint8ArrayCustom.h
|
| rename to Source/bindings/core/v8/custom/V8Uint8ArrayCustom.h
|
| index 7a37501dc641fd1b876eaa47546301671403eec4..b2ff831037d1dceed3cec578a995fc3b3ff08530 100644
|
| --- a/Source/bindings/v8/custom/V8Uint8ArrayCustom.h
|
| +++ b/Source/bindings/core/v8/custom/V8Uint8ArrayCustom.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef V8Uint8ArrayCustom_h
|
| #define V8Uint8ArrayCustom_h
|
|
|
| -#include "bindings/v8/custom/V8TypedArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "wtf/Uint8Array.h"
|
|
|
| namespace WebCore {
|
|
|