Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1302)

Unified Diff: content/renderer/media/aec_dump_message_filter.cc

Issue 969553002: Fix crash caused by DCHECK global pointer for --single-process model Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « AUTHORS ('k') | content/renderer/media/audio_input_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/aec_dump_message_filter.cc
diff --git a/content/renderer/media/aec_dump_message_filter.cc b/content/renderer/media/aec_dump_message_filter.cc
index ed6aa4a8ee5f80d0239aba26b85bb2b17e1f44a1..7877fdff7409cc8a1dc425d38b0d0df277aa1b1b 100644
--- a/content/renderer/media/aec_dump_message_filter.cc
+++ b/content/renderer/media/aec_dump_message_filter.cc
@@ -25,7 +25,6 @@ AecDumpMessageFilter::AecDumpMessageFilter(
delegate_id_counter_(0),
io_message_loop_(io_message_loop),
main_message_loop_(main_message_loop) {
- DCHECK(!g_filter);
g_filter = this;
}
« no previous file with comments | « AUTHORS ('k') | content/renderer/media/audio_input_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698