Index: third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h |
diff --git a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h |
index 942b7ff67613c808866669403c498570b0da65a9..5148d9af365fd2f3c259eb6316d7bf07faea10da 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h |
+++ b/third_party/WebKit/Source/modules/webaudio/AbstractAudioContext.h |
@@ -216,7 +216,7 @@ public: |
// Keeps track of the number of connections made. |
void incrementConnectionCount() |
{ |
- ASSERT(isMainThread()); |
+ DCHECK(isMainThread()); |
m_connectionCount++; |
} |