[webkit-reviews] review granted: [Bug 211306] Change HitTestResult::NodeSet from set of RefPtrs to set of Refs : [Attachment 398212] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 15:04:40 PDT 2020


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Daniel Bates
<dbates at webkit.org>'s request for review:
Bug 211306: Change HitTestResult::NodeSet from set of RefPtrs to set of Refs
https://bugs.webkit.org/show_bug.cgi?id=211306

Attachment 398212: Patch

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




--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 398212
  --> https://bugs.webkit.org/attachment.cgi?id=398212
Patch

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

> Source/WebCore/dom/TreeScope.cpp:406
> +	   RefPtr<Node> node = retargetToScope(listBasedNode);

auto?


More information about the webkit-reviews mailing list