| Index: third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| index b675a8d5ee2a604f5f028f7290983fffc19d685b..4826d3d94a1882b634c2de9b62f0dfd474813094 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
|
| @@ -499,8 +499,7 @@ void AudioBufferSourceHandler::startSource(double when,
|
| ExceptionState& exceptionState) {
|
| DCHECK(isMainThread());
|
|
|
| - // TODO(mlamouri): record when this is called with a user gesture and could
|
| - // have started the AudioContext if following Safari iOS rules.
|
| + context()->maybeRecordStartAttempt();
|
|
|
| if (playbackState() != UNSCHEDULED_STATE) {
|
| exceptionState.throwDOMException(InvalidStateError,
|
|
|