[webkit-reviews] review granted: [Bug 171994] [WKWebsiteDataStore removeDataOfTypes:...] doesn't work for IndexedDB if the data store has a custom IDB path : [Attachment 309815] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 16:40:17 PDT 2017


Andy Estes <aestes at apple.com> has granted Brady Eidson <beidson at apple.com>'s
request for review:
Bug 171994: [WKWebsiteDataStore removeDataOfTypes:...] doesn't work for
IndexedDB if the data store has a custom IDB path
https://bugs.webkit.org/show_bug.cgi?id=171994

Attachment 309815: Patch

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




--- Comment #5 from Andy Estes <aestes at apple.com> ---
Comment on attachment 309815
  --> https://bugs.webkit.org/attachment.cgi?id=309815
Patch

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

> Source/WebKit2/UIProcess/WebProcessPool.cpp:532
> +    auto parameters = relevantDataStore->databaseProcessParameters();

Unnecessary local variable.


More information about the webkit-reviews mailing list