| Index: Source/bindings/core/v8/ScriptFunction.cpp
|
| diff --git a/Source/bindings/v8/ScriptFunction.cpp b/Source/bindings/core/v8/ScriptFunction.cpp
|
| similarity index 92%
|
| rename from Source/bindings/v8/ScriptFunction.cpp
|
| rename to Source/bindings/core/v8/ScriptFunction.cpp
|
| index 18315a4b6e367960e3d7fff6b8b2fab06f413f09..6f7d3cc56c4599877b79559008b0be7e99fc7144 100644
|
| --- a/Source/bindings/v8/ScriptFunction.cpp
|
| +++ b/Source/bindings/core/v8/ScriptFunction.cpp
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| #include "config.h"
|
| -#include "bindings/v8/ScriptFunction.h"
|
| +#include "bindings/core/v8/ScriptFunction.h"
|
|
|
| -#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
|
|
| namespace WebCore {
|
|
|
|
|