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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h

Issue 2159403002: Replace ASSERT with DCHECK in WebAudio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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
Index: third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h b/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
index 8fe931c39362265982d0ff5af8cc2cd544a2eb65..4df6face40be603e202f93ea6dc07f59a916fff3 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
+++ b/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
@@ -150,9 +150,7 @@ private:
HashSet<AudioNodeInput*> m_inputs;
bool m_isEnabled;
-#if ENABLE(ASSERT)
bool m_didCallDispose;
-#endif
// For the purposes of rendering, keeps track of the number of inputs and AudioParams we're connected to.
// These value should only be changed at the very start or end of the rendering quantum.

Powered by Google App Engine
This is Rietveld 408576698