| Index: Source/bindings/core/v8/ScriptFunction.h
|
| diff --git a/Source/bindings/v8/ScriptFunction.h b/Source/bindings/core/v8/ScriptFunction.h
|
| similarity index 95%
|
| rename from Source/bindings/v8/ScriptFunction.h
|
| rename to Source/bindings/core/v8/ScriptFunction.h
|
| index acb379d0f7d0b498512e88797292b0d392b0d486..c810dbb652042c7b8c063b18fc1519eed8eb93fb 100644
|
| --- a/Source/bindings/v8/ScriptFunction.h
|
| +++ b/Source/bindings/core/v8/ScriptFunction.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef ScriptFunction_h
|
| #define ScriptFunction_h
|
|
|
| -#include "bindings/v8/ScriptValue.h"
|
| -#include "bindings/v8/V8GarbageCollected.h"
|
| +#include "bindings/core/v8/ScriptValue.h"
|
| +#include "bindings/core/v8/V8GarbageCollected.h"
|
| #include "wtf/RefCounted.h"
|
| #include <v8.h>
|
|
|
|
|