| Index: Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| diff --git a/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp b/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| index 658f20e4c3c1aa468b277f05a172a87ebf874826..7b063f8b24614fefbd8c6b6a448deec758c18220 100644
|
| --- a/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| +++ b/Source/bindings/modules/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| @@ -31,9 +31,9 @@
|
| #include "config.h"
|
| #include "bindings/modules/v8/V8SQLTransactionSync.h"
|
|
|
| +#include "bindings/core/v8/ExceptionState.h"
|
| +#include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/modules/v8/V8SQLResultSet.h"
|
| -#include "bindings/v8/ExceptionState.h"
|
| -#include "bindings/v8/V8Binding.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "modules/webdatabase/DatabaseSync.h"
|
| #include "modules/webdatabase/SQLResultSet.h"
|
|
|