Index: webrtc/api/test/fakeaudiocapturemodule.cc |
diff --git a/webrtc/api/test/fakeaudiocapturemodule.cc b/webrtc/api/test/fakeaudiocapturemodule.cc |
index 0b6478ed2f63c32613c6910c8098dea245dded38..0ab493da26cea4332912cff3dcec2d247c6f5c5b 100644 |
--- a/webrtc/api/test/fakeaudiocapturemodule.cc |
+++ b/webrtc/api/test/fakeaudiocapturemodule.cc |
@@ -205,8 +205,7 @@ int32_t FakeAudioCaptureModule::InitRecording() { |
} |
bool FakeAudioCaptureModule::RecordingIsInitialized() const { |
- ASSERT(false); |
- return 0; |
+ return rec_is_initialized_; |
} |
int32_t FakeAudioCaptureModule::StartPlayout() { |