Many of the functions in the AudioParamTimeline class take floats for the time variables. They should probably take doubles to minimize round-off issues. See, for example, bug 76073 and bug 76659.
Please switch to doubles in the IDL unless this is extremely difficult to reconcile with the math.
(In reply to comment #1) > Please switch to doubles in the IDL unless this is extremely difficult to reconcile with the math. Do you mean only in the IDL or the IDL in addition to the c++ code? It would be best to use doubles in the c++ code and the IDL.
It would be best to do this after bug 77666 which adds tests for AudioParam. Then we can see what impact this change will have.
Fixed in: http://trac.webkit.org/changeset/133365