[webkit-reviews] review granted: [Bug 87675] Give StylePropertySet a proper mutability flag. : [Attachment 144526] Also patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 29 05:01:51 PDT 2012


Antti Koivisto <koivisto at iki.fi> 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 144526: Also patch
https://bugs.webkit.org/attachment.cgi?id=144526&action=review

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


> Source/WebCore/css/StyleRule.cpp:240
> +    if (m_properties && !m_properties->isMutable())

Still don't need null check here.


More information about the webkit-reviews mailing list