| Index: Source/bindings/v8/custom/V8SQLTransactionCustom.cpp
|
| diff --git a/Source/bindings/v8/custom/V8SQLTransactionCustom.cpp b/Source/bindings/v8/custom/V8SQLTransactionCustom.cpp
|
| index a12c38da99f565765e00b76e1cc1dc6c1e5ff6e0..529826675394b99b212fae555691128031e10406 100644
|
| --- a/Source/bindings/v8/custom/V8SQLTransactionCustom.cpp
|
| +++ b/Source/bindings/v8/custom/V8SQLTransactionCustom.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "bindings/v8/ExceptionState.h"
|
| #include "bindings/v8/V8Binding.h"
|
| #include "core/dom/ExceptionCode.h"
|
| -#include "core/platform/sql/SQLValue.h"
|
| +#include "modules/webdatabase/sqlite/SQLValue.h"
|
| #include "modules/webdatabase/Database.h"
|
| #include "wtf/Vector.h"
|
|
|
|
|