[Webkit-unassigned] [Bug 21939] Uninitialized ExceptionCode in DOMWindow::postMessage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 29 13:07:27 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21939





------- Comment #13 from darin at apple.com  2008-10-29 13:07 PDT -------
(In reply to comment #11)
> Looking at some existing code, I see ec being
> cleared before making a call in DOM, but this seems really weird, as this loses
> information about the earlier exception.

Generally speaking, if there is an earlier exception, it's the obligation of
the implementer to return at that point and not try to do further work. It may
be easier to discuss specific cases.


-- 
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