[webkit-reviews] review granted: [Bug 205512] Remove unneeded MemoryIDBBackingStore::create : [Attachment 386230] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 7 05:19:43 PST 2020


youenn fablet <youennf at gmail.com> has granted Darin Adler <darin at apple.com>'s
request for review:
Bug 205512: Remove unneeded MemoryIDBBackingStore::create
https://bugs.webkit.org/show_bug.cgi?id=205512

Attachment 386230: Patch

https://bugs.webkit.org/attachment.cgi?id=386230&action=review




--- Comment #7 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 386230
  --> https://bugs.webkit.org/attachment.cgi?id=386230
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=386230&action=review

> Source/WebCore/Modules/indexeddb/server/MemoryIDBBackingStore.h:50
>      IDBError getOrEstablishDatabaseInfo(IDBDatabaseInfo&) final;

s/~MemoryIDBBackingStore() final;/~MemoryIDBBackingStore();/ as well now the
class is final.


More information about the webkit-reviews mailing list