Index: Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp b/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp |
index 6721efc5fbb364f1d5f2e2c2ce167002660e63d6..db7c0ffc00514c127fd66657d0ea888a2eecdade 100644 |
--- a/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp |
+++ b/Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp |
@@ -73,7 +73,7 @@ void V8SQLTransactionSync::executeSqlMethodCustom(const v8::FunctionCallbackInfo |
else |
sqlArgsLength = length->Uint32Value(); |
- for (unsigned int i = 0; i < sqlArgsLength; ++i) { |
+ for (unsigned i = 0; i < sqlArgsLength; ++i) { |
v8::Handle<v8::Integer> key = v8::Integer::New(info.GetIsolate(), i); |
V8TRYCATCH_VOID(v8::Local<v8::Value>, value, sqlArgsObject->Get(key)); |