[Webkit-unassigned] [Bug 21939] Uninitialized ExceptionCodes in MessagePort.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 28 16:54:28 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21939
darin at apple.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24737|review? |review-
Flag| |
------- Comment #3 from darin at apple.com 2008-10-28 16:54 PDT -------
(From update of attachment 24737)
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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list