[Webkit-unassigned] [Bug 174312] Factor common code in Style::*ChangeInvalidation into helper functions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 10 22:18:57 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=174312
Andreas Kling <akling at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |akling at apple.com
Attachment #314993|review? |review+
Flags| |
--- Comment #3 from Andreas Kling <akling at apple.com> ---
Comment on attachment 314993
--> https://bugs.webkit.org/attachment.cgi?id=314993
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=314993&action=review
r=me
> Source/WebCore/style/StyleInvalidationFunctions.h:38
> +template <typename Function>
> +inline void traverseRuleFeaturesInShadowTree(Element& element, Function&& function)
Does the Function argument need to be templated when you're only ever using it to pass a void(RuleFeatureSet&,bool)?
--
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/20170711/17004a6f/attachment-0001.html>
More information about the webkit-unassigned
mailing list