| Index: Source/bindings/core/v8/ExceptionState.h
|
| diff --git a/Source/bindings/v8/ExceptionState.h b/Source/bindings/core/v8/ExceptionState.h
|
| similarity index 98%
|
| rename from Source/bindings/v8/ExceptionState.h
|
| rename to Source/bindings/core/v8/ExceptionState.h
|
| index d9c2b05b8efbf964243352d5fbea2f0cb792aa08..6190a6d853cc0da631c3e3b0f6a6e2e0931d10bb 100644
|
| --- a/Source/bindings/v8/ExceptionState.h
|
| +++ b/Source/bindings/core/v8/ExceptionState.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef ExceptionState_h
|
| #define ExceptionState_h
|
|
|
| -#include "bindings/v8/ScopedPersistent.h"
|
| -#include "bindings/v8/V8ThrowException.h"
|
| +#include "bindings/core/v8/ScopedPersistent.h"
|
| +#include "bindings/core/v8/V8ThrowException.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|