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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 29 11:24:02 PDT 2008


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





------- Comment #11 from ap at webkit.org  2008-10-29 11:24 PDT -------
Or are you saying that some other code could raise an exception before
DOMWindow::postMessage (something that doesn't currently happen, as it's only
JS bindings that call it)? 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.


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