[webkit-reviews] review requested: [Bug 11919] Allow setting CSS values to null. : [Attachment 11954] proposed patch

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Thu Dec 21 11:38:01 PST 2006


Alexey Proskuryakov <ap at webkit.org> has asked  for review:
Bug 11919: Allow setting CSS values to null.
http://bugs.webkit.org/show_bug.cgi?id=11919

Attachment 11954: proposed patch
http://bugs.webkit.org/attachment.cgi?id=11954&action=edit

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
args[1]->isNull() ? String() : String(args[1]->toString(exec)) doesn't look
particularly good to me - do we have a better idiom?



More information about the webkit-reviews mailing list