| Index: Source/bindings/core/v8/V8ThrowException.cpp
|
| diff --git a/Source/bindings/v8/V8ThrowException.cpp b/Source/bindings/core/v8/V8ThrowException.cpp
|
| similarity index 98%
|
| rename from Source/bindings/v8/V8ThrowException.cpp
|
| rename to Source/bindings/core/v8/V8ThrowException.cpp
|
| index ae2be273cff58d5357e3c6f69e7cb91560f84cb2..ba27bf8d384285712d63671194711b830057dffe 100644
|
| --- a/Source/bindings/v8/V8ThrowException.cpp
|
| +++ b/Source/bindings/core/v8/V8ThrowException.cpp
|
| @@ -23,10 +23,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "bindings/v8/V8ThrowException.h"
|
| +#include "bindings/core/v8/V8ThrowException.h"
|
|
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8DOMException.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| #include "core/dom/DOMException.h"
|
| #include "core/dom/ExceptionCode.h"
|
|
|
|
|