| Index: Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp b/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| index 70a34d9674645838dbcb9602271fa4096743a1e2..9b24721fa4117cc65ebda488b90b1a71e9b8f6c6 100644
|
| --- a/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "V8SQLTransactionSync.h"
|
| +#include "bindings/modules/v8/V8SQLTransactionSync.h"
|
|
|
| -#include "V8SQLResultSet.h"
|
| +#include "bindings/modules/v8/V8SQLResultSet.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/V8Binding.h"
|
| #include "core/dom/ExceptionCode.h"
|
|
|