Skip to content
  • crogers@google.com's avatar
    Change setTargetValueAtTime() to setTargetAtTime() · a5fbe7df
    crogers@google.com authored
    https://bugs.webkit.org/show_bug.cgi?id=100153
    
    Reviewed by Adam Barth.
    
    Source/WebCore:
    
    The AudioParam method name has changed due to Web Audio API spec review.
    Keep legacy support for the old name.
    
    Test: webaudio/audioparam-setTargetAtTime.html
    
    * Modules/webaudio/AudioParam.h:
    (WebCore::AudioParam::setTargetAtTime):
    * Modules/webaudio/AudioParam.idl:
    * Modules/webaudio/AudioParamTimeline.cpp:
    (WebCore::AudioParamTimeline::setTargetAtTime):
    (WebCore::AudioParamTimeline::valuesForTimeRangeImpl):
    * Modules/webaudio/AudioParamTimeline.h:
    (AudioParamTimeline):
    
    LayoutTests:
    
    * webaudio/audioparam-setTargetAtTime-expected.txt: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime-expected.txt.
    * webaudio/audioparam-setTargetAtTime.html: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime.html.
    * webaudio/resources/audioparam-testing.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@132274 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a5fbe7df