| Index: Source/bindings/core/v8/V8ValueCache.cpp
|
| diff --git a/Source/bindings/v8/V8ValueCache.cpp b/Source/bindings/core/v8/V8ValueCache.cpp
|
| similarity index 98%
|
| rename from Source/bindings/v8/V8ValueCache.cpp
|
| rename to Source/bindings/core/v8/V8ValueCache.cpp
|
| index 6d64a56169c9046a92bef471b6a260196dc24343..aaa0a373b9077b62ae589f0fc335122d76e1d56e 100644
|
| --- a/Source/bindings/v8/V8ValueCache.cpp
|
| +++ b/Source/bindings/core/v8/V8ValueCache.cpp
|
| @@ -24,9 +24,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "bindings/v8/V8ValueCache.h"
|
| +#include "bindings/core/v8/V8ValueCache.h"
|
|
|
| -#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "wtf/text/StringHash.h"
|
|
|
| namespace WebCore {
|
|
|