[Webkit-unassigned] [Bug 40835] Adds support for throwing behavior of SerializedScriptValue to be specified in the IDL.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 29 14:45:02 PDT 2010


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





--- Comment #30 from Jeremy Orlow <jorlow at chromium.org>  2010-06-29 14:45:01 PST ---
(In reply to comment #29)
> > WebCore/bindings/scripts/test/JS/JSTestObj.cpp:798
> >  +      RefPtr<SerializedScriptValue> serializedArg = SerializedScriptValue::create(exec, exec->argument(0), &ec);
> > Hmm...do we need to generate bail out code for if ec is !0?
> no idea.. :( won't the setDOMException() below take care of it?

Well, we don't want to run the webCore method unless we haven't hit an error at this point.  See what Chromium does.  (Not sure if this is what you did or not...won't have time to look until tonight.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list