[Webkit-unassigned] [Bug 149441] Implement ::slotted pseudo element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 06:29:06 PST 2016


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

Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #272319|review?                     |review+
              Flags|                            |

--- Comment #12 from Andreas Kling <akling at apple.com> ---
Comment on attachment 272319
  --> https://bugs.webkit.org/attachment.cgi?id=272319
patch

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

r=me

> Source/WebCore/css/ElementRuleCollector.cpp:303
> +    RuleSet::RuleDataVector ruleDataVector;
> +    for (auto& matchedRule : m_matchedRules)
> +        ruleDataVector.append(*matchedRule.ruleData);
> +    return ruleDataVector;

Could use some reserveInitialCapacity+uncheckedAppend here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160226/367b3df2/attachment.html>


More information about the webkit-unassigned mailing list