[Webkit-unassigned] [Bug 213534] [WinCairo] Cannot build without resource load statistics

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 11:21:03 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213534

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com
 Attachment #402594|review?                     |review-
              Flags|                            |

--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 402594
  --> https://bugs.webkit.org/attachment.cgi?id=402594
Patch

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

> Source/WebKit/UIProcess/API/C/WKWebsiteDataStoreRef.cpp:75
> +#if ENABLE(RESOURCE_LOAD_STATISTICS)

WKWebsiteDataStoreRemoveITPDataForDomain should probably just do nothing or immediately call the callback if RESOURCE_LOAD_STATISTICS is not enabled, because there's nothing to do.

> Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.cpp:1013
> +#if ENABLE(RESOURCE_LOAD_STATISTICS)

Ditto.  I think it's ok to just do nothing here if RESOURCE_LOAD_STATISTICS is not enabled.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200624/91ffa542/attachment.htm>


More information about the webkit-unassigned mailing list