[Webkit-unassigned] [Bug 197229] Visited link hash should be computed only once

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 08:17:11 PDT 2019


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

Alex Christensen <achristensen at apple.com> changed:

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

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

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

> Source/WebCore/html/HTMLAnchorElement.h:119
> +    // This is computed only once and must not be affected by subsequent URL changes.
> +    mutable Optional<SharedStringHash> m_storedVisitedLinkHash;

Would mutable Optional<const SharedStringHash> work?

-- 
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/20190424/4c2686d7/attachment.html>


More information about the webkit-unassigned mailing list