| Index: Source/bindings/core/v8/ScriptPreprocessor.h
|
| diff --git a/Source/bindings/v8/ScriptPreprocessor.h b/Source/bindings/core/v8/ScriptPreprocessor.h
|
| similarity index 98%
|
| rename from Source/bindings/v8/ScriptPreprocessor.h
|
| rename to Source/bindings/core/v8/ScriptPreprocessor.h
|
| index 20e8ac09cb902193118a0664486520809d8ab5ba..083a5ad1489916b5e6bf6196ffb005e3c6440942 100644
|
| --- a/Source/bindings/v8/ScriptPreprocessor.h
|
| +++ b/Source/bindings/core/v8/ScriptPreprocessor.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef ScriptPreprocessor_h
|
| #define ScriptPreprocessor_h
|
|
|
| -#include "bindings/v8/V8Binding.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|