| Index: Source/bindings/core/v8/custom/V8ImageDataCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8ImageDataCustom.cpp b/Source/bindings/core/v8/custom/V8ImageDataCustom.cpp
|
| similarity index 97%
|
| rename from Source/bindings/v8/custom/V8ImageDataCustom.cpp
|
| rename to Source/bindings/core/v8/custom/V8ImageDataCustom.cpp
|
| index c940c7c44f8774f505bec75aaf5d967f8b053a15..7a87762de47ac11aae86694673ad561203405de5 100644
|
| --- a/Source/bindings/v8/custom/V8ImageDataCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8ImageDataCustom.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "config.h"
|
| #include "bindings/core/v8/V8ImageData.h"
|
|
|
| -#include "bindings/v8/custom/V8Uint8ClampedArrayCustom.h"
|
| +#include "bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h"
|
|
|
| namespace WebCore {
|
|
|
|
|