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. |