WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
193933
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2019-01-28 16:11:51 PST
Created
attachment 360396
[details]
Patch
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
http://trac.webkit.org/r240658
Radar WebKit Bug Importer
Comment 4
2019-01-29 08:40:28 PST
<
rdar://problem/47633376
>
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.
Top of Page
Format For Printing
XML
Clone This Bug