[webkit-reviews] review granted: [Bug 4331] dispatchEvent should raise an exception : [Attachment 3284] Better solution

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Mon Aug 8 15:17:02 PDT 2005


Darin Adler <darin at apple.com> has granted Anders Carlsson <andersca at mac.com>'s
request for review:
Bug 4331: dispatchEvent should raise an exception
http://bugzilla.opendarwin.org/show_bug.cgi?id=4331

Attachment 3284: Better solution
http://bugzilla.opendarwin.org/attachment.cgi?id=3284&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
Instead of this:

    evt->type().isNull() || evt->type() ==""

should use:

    evt->type().isEmpty()

Otherwise, r=me.



More information about the webkit-reviews mailing list