[Webkit-unassigned] [Bug 149626] Use separate style resolver for user agent shadow trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 10:24:59 PDT 2015


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

--- Comment #3 from Darin Adler <darin at apple.com> ---
Comment on attachment 262075
  --> https://bugs.webkit.org/attachment.cgi?id=262075
patch

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

> Source/WebCore/dom/AuthorStyleSheets.cpp:355
> +        Vector<RefPtr<CSSStyleSheet>> newStyleSheets;
> +        newStyleSheets.appendRange(activeStyleSheets.begin() + firstNewIndex, activeStyleSheets.end());

I think there’s a Vector constructor we can use instead of making an empty vector and then appending.

-- 
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/20150929/9ab479fa/attachment.html>


More information about the webkit-unassigned mailing list