| Index: third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp b/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| index 004961f8095ea6a0dafd814336edf5a7c0c534bb..2166e853089ba7f2da519ff1cf10b2b9bc40d603 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
|
| @@ -61,7 +61,8 @@ bool V8SQLStatementErrorCallback::handleEvent(SQLTransaction* transaction,
|
| exceptionCatcher.SetVerbose(true);
|
|
|
| v8::Local<v8::Value> result;
|
| - // FIXME: This comment doesn't make much sense given what the code is actually doing.
|
| + // FIXME: This comment doesn't make much sense given what the code is actually
|
| + // doing.
|
| //
|
| // Step 6: If the error callback returns false, then move on to the next
|
| // statement, if any, or onto the next overall step otherwise. Otherwise,
|
|
|