[webkit-reviews] review granted: [Bug 87675] Give StylePropertySet a proper mutability flag. : [Attachment 144398] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 28 14:57:02 PDT 2012


Darin Adler <darin at apple.com> has granted Andreas Kling <kling at webkit.org>'s
request for review:
Bug 87675: Give StylePropertySet a proper mutability flag.
https://bugs.webkit.org/show_bug.cgi?id=87675

Attachment 144398: Patch
https://bugs.webkit.org/attachment.cgi?id=144398&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=144398&action=review


> Source/WebCore/css/StylePropertySet.h:56
> +    static PassRefPtr<StylePropertySet> createMutable(StylePropertyVector&
properties)

I think we want adopt in this function name for the same reason we have it in
the other function name, because the function adopts a property vector.


More information about the webkit-reviews mailing list