[Webkit-unassigned] [Bug 81221] Expose attack, release as DynamicsCompressorNode's attributes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 19 17:56:50 PDT 2012


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





--- Comment #11 from Kentaro Hara <haraken at chromium.org>  2012-03-19 17:56:50 PST ---
(In reply to comment #10)
> Kentaro, thank you very much for the suggestion.  But it appears that [ImplementedAs] is for "methods" and not "attributes".  I tried the following:
> 
> 
>         readonly attribute [ImplementedAs=releaseTime] AudioParam release; // in Seconds
> 
> But,  [ImplementedAs] was apparently ignored and the glue code continued to call into DynamicsCompressorNode::release()  (instead of releaseTime)
> 
> Any ideas?

Thanks, we should fix the code generator to support [ImplementedAs] for attributes. Would you file the bug?

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