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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 16:55:48 PDT 2012


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





--- Comment #21 from Chris Rogers <crogers at google.com>  2012-03-28 16:55:47 PST ---
(In reply to comment #19)
> (In reply to comment #18)
> > Kentaro, any ideas why the [ImplementedAs] is still not working?
> 
> Would you paste the IDL file and the generated code that fails to build? I am happy to take a look.

Hi Kentaro, the interesting part of the IDL is here:
readonly attribute [ImplementedAs=releaseTime] AudioParam release; // in Seconds

You can see in the patch in DynamicsCompressorNode.h that the method is called releaseTime():
AudioParam* releaseTime() { return m_release.get(); }

The mac port (EWS bot) still seems unhappy?

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