| Index: Source/bindings/core/v8/ExceptionState.cpp
|
| diff --git a/Source/bindings/v8/ExceptionState.cpp b/Source/bindings/core/v8/ExceptionState.cpp
|
| similarity index 97%
|
| rename from Source/bindings/v8/ExceptionState.cpp
|
| rename to Source/bindings/core/v8/ExceptionState.cpp
|
| index d51325cc41d93c62dd52267f61879a44b7235e9f..7080bf14c928f3f2d54622a47acff1cb0ef35cc6 100644
|
| --- a/Source/bindings/v8/ExceptionState.cpp
|
| +++ b/Source/bindings/core/v8/ExceptionState.cpp
|
| @@ -29,10 +29,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/ExceptionState.h"
|
|
|
| -#include "bindings/v8/ExceptionMessages.h"
|
| -#include "bindings/v8/V8ThrowException.h"
|
| +#include "bindings/core/v8/ExceptionMessages.h"
|
| +#include "bindings/core/v8/V8ThrowException.h"
|
| #include "core/dom/ExceptionCode.h"
|
|
|
| namespace WebCore {
|
|
|