Revision 67152fdecd6e7955f934a4aec9a15407cbcfa3ac authored by Raymond Toy on 01 October 2018, 22:26:38 UTC, committed by Blink WPT Bot on 01 October 2018, 22:31:58 UTC
It is valid to set the buffer attribute more than once.

As resolved in https://github.com/WebAudio/web-audio-api/issues/1762,
setting the buffer more than once is allowed.

This is a revert (mostly) of
https://chromium-review.googlesource.com/c/chromium/src/+/1077713

Bug: 882211
Test: the-convolvernode-interface/convolver-setBuffer-already-has-value.html
Change-Id: Ie7f170883e6a6b2bfa7f14d89c74b72eebde3dac
Reviewed-on: https://chromium-review.googlesource.com/1249275
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#595586}
1 parent 08d0c7d
Raw File
.pyup.yml
# search for requirement files
# default: True
# allowed: True, False
search: False

# Specify requirement files by hand, default is empty
# default: empty
# allowed: list
requirements:
 - tools/wptrunner/requirements_chrome_android.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_edge.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_opera.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_servo.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_safari.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_sauce.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_ie.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_firefox.txt:
      update: all
      pin: True
 - tools/wptrunner/requirements_chrome.txt:
      update: all
      pin: True
 - tools/wpt/requirements.txt:
      update: all
      pin: True
back to top