[Webkit-unassigned] [Bug 10114] Exceptions thrown by WebKitPlugins are ignored

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Aug 29 15:38:41 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10114


ggaren at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #9864|review-                     |review+
               Flag|                            |




------- Comment #16 from ggaren at apple.com  2006-08-29 15:38 PDT -------
(From update of attachment 9864)
I spoke with Darin about this.

The Context won't outlast the ExecState because both are allocated in tandem on
the stack. Our current code relies on the same idiom to ensure that the
ExecState won't outlast the Context.

Eventually, ExecState and Context should just merge to become the same object.


-- 
Configure bugmail: http://bugzilla.opendarwin.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