RESOLVED FIXED193933
Use lambdas instead of member pointer functions for TransactionOperationImpl
https://bugs.webkit.org/show_bug.cgi?id=193933
Summary Use lambdas instead of member pointer functions for TransactionOperationImpl
Alex Christensen
Reported 2019-01-28 16:10:12 PST
Use lambdas instead of member pointer functions for TransactionOperationImpl
Attachments
Patch (28.98 KB, patch)
2019-01-28 16:11 PST, Alex Christensen
thorton: review+
Alex Christensen
Comment 1 2019-01-28 16:11:51 PST
Tim Horton
Comment 2 2019-01-28 17:58:48 PST
Comment on attachment 360396 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=360396&action=review > Source/WebCore/Modules/indexeddb/IDBTransaction.cpp:-1299 > - scheduleOperation(IDBClient::createTransactionOperation(*this, &IDBTransaction::didDeleteIndexOnServer, &IDBTransaction::deleteIndexOnServer, objectStoreIdentifier, indexName)); Seems so weird in all of these that the "did" comes after the "do"
Alex Christensen
Comment 3 2019-01-29 08:40:02 PST
Radar WebKit Bug Importer
Comment 4 2019-01-29 08:40:28 PST
Alex Christensen
Comment 5 2019-01-29 08:45:24 PST
That is strange indeed.
Note You need to log in before you can comment on or make changes to this bug.