[webkit-reviews] review granted: [Bug 119570] Null-pointer derefence in WebCore::StylePropertySet::propertyCount : [Attachment 208365] Fixing efl build issue and removing parentheses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 8 15:27:35 PDT 2013


Ryosuke Niwa <rniwa at webkit.org> has granted Renata Hodovan <reni at webkit.org>'s
request for review:
Bug 119570: Null-pointer derefence in WebCore::StylePropertySet::propertyCount
https://bugs.webkit.org/show_bug.cgi?id=119570

Attachment 208365: Fixing efl build issue and removing parentheses
https://bugs.webkit.org/attachment.cgi?id=208365&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=208365&action=review


> Source/WebCore/editing/ApplyStyleCommand.cpp:774
> +	       if (style->style())

Can we define a local variable inside the if here?


More information about the webkit-reviews mailing list