[webkit-reviews] review granted: [Bug 202562] Node::ref/deref should be const : [Attachment 380203] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 4 11:57:38 PDT 2019


Ryosuke Niwa <rniwa at webkit.org> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 202562: Node::ref/deref should be const
https://bugs.webkit.org/show_bug.cgi?id=202562

Attachment 380203: patch

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




--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 380203
  --> https://bugs.webkit.org/attachment.cgi?id=380203
patch

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

> Source/WebCore/css/ElementRuleCollector.h:105
> +    RefPtr<const Element> m_shadowHostInPartRuleScope { nullptr };

No need for { ~ }.


More information about the webkit-reviews mailing list