| Index: webrtc/modules/include/module_common_types.h
|
| diff --git a/webrtc/modules/include/module_common_types.h b/webrtc/modules/include/module_common_types.h
|
| index 706eea3685a7ad928b47963baaf67b2814751767..6074eec79398323e2739c08c7ff9f31f6b8a752f 100644
|
| --- a/webrtc/modules/include/module_common_types.h
|
| +++ b/webrtc/modules/include/module_common_types.h
|
| @@ -541,6 +541,8 @@ class AudioFrame {
|
| RTC_DISALLOW_COPY_AND_ASSIGN(AudioFrame);
|
| };
|
|
|
| +// TODO(henrik.lundin) Can we remove the call to data_()?
|
| +// See https://bugs.chromium.org/p/webrtc/issues/detail?id=5647.
|
| inline AudioFrame::AudioFrame()
|
| : data_() {
|
| Reset();
|
|
|