| Index: Source/bindings/core/v8/custom/V8FileCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8FileCustom.cpp b/Source/bindings/core/v8/custom/V8FileCustom.cpp
|
| similarity index 98%
|
| rename from Source/bindings/v8/custom/V8FileCustom.cpp
|
| rename to Source/bindings/core/v8/custom/V8FileCustom.cpp
|
| index d01acf369ccb7b8fe0852ced0964e0cd3a24be68..8572265c805b9946f8bf4eed8545e6e58d5c94ec 100644
|
| --- a/Source/bindings/v8/custom/V8FileCustom.cpp
|
| +++ b/Source/bindings/core/v8/custom/V8FileCustom.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "config.h"
|
| #include "bindings/core/v8/V8File.h"
|
|
|
| +#include "bindings/core/v8/custom/V8BlobCustomHelpers.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/custom/V8BlobCustomHelpers.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
|
|
| namespace WebCore {
|
|
|