| Index: Source/bindings/core/v8/ScopedPersistent.h
|
| diff --git a/Source/bindings/v8/ScopedPersistent.h b/Source/bindings/core/v8/ScopedPersistent.h
|
| similarity index 100%
|
| rename from Source/bindings/v8/ScopedPersistent.h
|
| rename to Source/bindings/core/v8/ScopedPersistent.h
|
| index a383f780c376f8ae601452db9388c7aa3dc12faa..35345f5333adf151a5667431033463929b3f9c45 100644
|
| --- a/Source/bindings/v8/ScopedPersistent.h
|
| +++ b/Source/bindings/core/v8/ScopedPersistent.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef ScopedPersistent_h
|
| #define ScopedPersistent_h
|
|
|
| -#include <v8.h>
|
| #include "wtf/Noncopyable.h"
|
| +#include <v8.h>
|
|
|
| namespace WebCore {
|
|
|
|
|