| Index: third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp b/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
|
| index 8a7c3236f0eba971c1b4c60bb4c3b78d405e5fad..8776655342b8ad80831a27f70dab097e6ac93f76 100644
|
| --- a/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
|
| @@ -78,7 +78,7 @@ TEST(IDBRequestTest, AbortErrorAfterAbort) {
|
| scope.GetScriptState(), IDBAny::CreateUndefined(), transaction);
|
| EXPECT_EQ(request->readyState(), "pending");
|
|
|
| - // Simulate the IDBTransaction having received onAbort from back end and
|
| + // Simulate the IDBTransaction having received OnAbort from back end and
|
| // aborting the request:
|
| request->Abort();
|
|
|
|
|