[webkit-reviews] review granted: [Bug 20008] -webkit-transform should have good initial value : [Attachment 22349] Updated patch (includes test changes)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 18 12:17:23 PDT 2008


Dave Hyatt <hyatt at apple.com> has granted Dean Jackson <dino at apple.com>'s
request for review:
Bug 20008: -webkit-transform should have good initial value
https://bugs.webkit.org/show_bug.cgi?id=20008

Attachment 22349: Updated patch (includes test changes)
https://bugs.webkit.org/attachment.cgi?id=22349&action=edit

------- Additional Comments from Dave Hyatt <hyatt at apple.com>
Remove the braces from

+    if (!renderer || renderer->style()->transform().isEmpty()) {
+	 return CSSPrimitiveValue::createIdentifier(CSSValueNone);
+    }

r=me


More information about the webkit-reviews mailing list