[Webkit-unassigned] [Bug 210094] New: VisitedLinkStore.messages.in and VisitedLinkStore::addVisitedLinkHashFromPage() don't agree on type of `linkHash`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 6 21:11:10 PDT 2020


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

            Bug ID: 210094
           Summary: VisitedLinkStore.messages.in and
                    VisitedLinkStore::addVisitedLinkHashFromPage() don't
                    agree on type of `linkHash`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org

VisitedLinkStore.messages.in and VisitedLinkStore::addVisitedLinkHashFromPage() don't agree on type of `linkHash`.

messages -> VisitedLinkStore {
    AddVisitedLinkHashFromPage(WebKit::WebPageProxyIdentifier pageProxyID, uint64_t linkHash)
}

using SharedStringHash = uint32_t;

void VisitedLinkStore::addVisitedLinkHashFromPage(WebPageProxyIdentifier pageProxyID, SharedStringHash linkHash)
{
    [...]
}

<rdar://problem/60334644>

-- 
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/20200407/5ee13e9f/attachment.htm>


More information about the webkit-unassigned mailing list