[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
Wed Jul 28 04:31:02 PDT 2010


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





--- Comment #41 from Marcus Bulach <bulach at chromium.org>  2010-07-28 04:31:02 PST ---
sorry about the delay, this one went under my radar. both comments addressed, another look please?

(In reply to comment #39)
> (From update of attachment 60241 [details])
> WebCore/bindings/scripts/test/JS/JSTestObj.cpp:833
>  +      JSC::JSValue result =  ec ? jsUndefined() :  serializedScriptValue ? serializedScriptValue->deserialized() : jsNull();
> Personally, I think this is cleaner:
> 
> if (ec) {
>     setDOMException
>     return jsUndefined;
> }
> return serializedScriptVlaue->deserilized()
> 
> WebCore/bindings/scripts/CodeGeneratorJS.pm:2475
>  +      $ret = $ret . " serializedScriptValue ? serializedScriptValue->deserialized() : jsNull();\n";
> you get double spaces between a few items here...not that big of a deal tho
> 
> 
> 
> r=me

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