[webkit-reviews] review denied: [Bug 21939] Uninitialized ExceptionCodes in MessagePort. : [Attachment 24737] Updated patch.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 28 16:54:27 PDT 2008


Darin Adler <darin at apple.com> has denied Mike Belshe <mike at belshe.com>'s
request for review:
Bug 21939: Uninitialized ExceptionCodes in MessagePort.
https://bugs.webkit.org/show_bug.cgi?id=21939

Attachment 24737: Updated patch.
https://bugs.webkit.org/attachment.cgi?id=24737&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
The rules for ExceptionCode& arguments are:

    1) If there's no exception, the function has no obligation to set the
exception code.
    2) If a caller wants to look at the exception code, it's responsible for
setting it to 0 before calling.

So there's no bug here.


More information about the webkit-reviews mailing list