Commit 5c1f36dc authored by fs's avatar fs Committed by Commit bot

ConvolverOptions.buffer should be nullable

TBR=rtoy@chromium.org,foolip@chromium.org
BUG=626449,647693

Review-Url: https://codereview.chromium.org/2352463002
Cr-Commit-Position: refs/heads/master@{#419388}
parent 8ed4bf69
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
// See https://webaudio.github.io/web-audio-api/#convolveroptions // See https://webaudio.github.io/web-audio-api/#convolveroptions
dictionary ConvolverOptions : AudioNodeOptions { dictionary ConvolverOptions : AudioNodeOptions {
AudioBuffer buffer; AudioBuffer? buffer;
boolean disableNormalization = false; boolean disableNormalization = false;
}; };
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment