| Index: Source/modules/webdatabase/SQLTransaction.cpp
 | 
| diff --git a/Source/modules/webdatabase/SQLTransaction.cpp b/Source/modules/webdatabase/SQLTransaction.cpp
 | 
| index eb9779a22a09a4df2ea0f765ac1257b3f367c52b..f7825b39684118d163759be99ee5af3ca9909873 100644
 | 
| --- a/Source/modules/webdatabase/SQLTransaction.cpp
 | 
| +++ b/Source/modules/webdatabase/SQLTransaction.cpp
 | 
| @@ -300,7 +300,7 @@ void SQLTransaction::executeSql(ScriptState* scriptState, const String& sqlState
 | 
|  {
 | 
|      Vector<SQLValue> sqlValues;
 | 
|      if (!arguments.isNull())
 | 
| -        sqlValues = toImplArray<SQLValue>(arguments.get(), scriptState->isolate(), exceptionState);
 | 
| +        sqlValues = toImplArray<Vector<SQLValue>>(arguments.get(), scriptState->isolate(), exceptionState);
 | 
|      executeSQL(sqlStatement, sqlValues, callback, callbackError, exceptionState);
 | 
|  }
 | 
|  
 | 
| 
 |