[webkit-reviews] review granted: [Bug 87876] Have StylePropertySet constructor take array/length instead of vector. : [Attachment 144873] A patch, I guess.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 12:15:12 PDT 2012


Antti Koivisto <koivisto at iki.fi> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 87876: Have StylePropertySet constructor take array/length instead of
vector.
https://bugs.webkit.org/show_bug.cgi?id=87876

Attachment 144873: A patch, I guess.
https://bugs.webkit.org/attachment.cgi?id=144873&action=review

------- Additional Comments from Antti Koivisto <koivisto at iki.fi>
View in context: https://bugs.webkit.org/attachment.cgi?id=144873&action=review


> Source/WebCore/css/StylePropertySet.h:50
> +    static PassRefPtr<StylePropertySet> create(const CSSProperty*
properties, unsigned count)

This could be named createMutable


More information about the webkit-reviews mailing list