| Index: Source/bindings/core/v8/custom/V8DataViewCustom.h
|
| diff --git a/Source/bindings/v8/custom/V8DataViewCustom.h b/Source/bindings/core/v8/custom/V8DataViewCustom.h
|
| similarity index 98%
|
| rename from Source/bindings/v8/custom/V8DataViewCustom.h
|
| rename to Source/bindings/core/v8/custom/V8DataViewCustom.h
|
| index 6459cbdd6e2fe48c9fe639175ca1c596c4f4529a..638d44ecb8a02fb5cf3d8dcb3e6dba5a7295a04a 100644
|
| --- a/Source/bindings/v8/custom/V8DataViewCustom.h
|
| +++ b/Source/bindings/core/v8/custom/V8DataViewCustom.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef V8DataViewCustom_h
|
| #define V8DataViewCustom_h
|
|
|
| -#include "bindings/v8/custom/V8TypedArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8TypedArrayCustom.h"
|
| #include "core/html/canvas/DataView.h"
|
|
|
| namespace WebCore {
|
|
|