[Webkit-unassigned] [Bug 143925] New: CSSParser::parseValue() copies the m_parsedProperties vector at addParsedProperties()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 18 14:58:26 PDT 2015


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

            Bug ID: 143925
           Summary: CSSParser::parseValue() copies the m_parsedProperties
                    vector at addParsedProperties()
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: akling at apple.com, darin at apple.com

MutableStyleProperties::addParsedProperties() takes a const Vector<CSSProperty>& but m_parsedProperties is a Vector<CSSProperty, 256>, and apparently this forces a copy.

-- 
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/20150418/29b16f35/attachment-0001.html>


More information about the webkit-unassigned mailing list