Bug 193933

Summary: Use lambdas instead of member pointer functions for TransactionOperationImpl
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, beidson, ews-watchlist, jsbell, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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.