| Index: third_party/WebKit/Source/platform/audio/AudioDestination.cpp
|
| diff --git a/third_party/WebKit/Source/platform/audio/AudioDestination.cpp b/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
|
| index 39d569fd56ae9f8ab1156cca8e02ef89622fce06..ef8117c48e80c1851ee54742594cd865c97624c1 100644
|
| --- a/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
|
| +++ b/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
|
| @@ -101,8 +101,8 @@ void AudioDestination::Render(const WebVector<float*>& destination_data,
|
| double delay,
|
| double delay_timestamp,
|
| size_t prior_frames_skipped) {
|
| - TRACE_EVENT1("webaudio", "AudioDestination::Render",
|
| - "callback_buffer_size", number_of_frames);
|
| + TRACE_EVENT1("webaudio", "AudioDestination::Render", "callback_buffer_size",
|
| + number_of_frames);
|
|
|
| // This method is called by AudioDeviceThread.
|
| DCHECK(!IsRenderingThread());
|
|
|