Chromium Code Reviews| Index: Source/modules/webaudio/AudioNode.h |
| diff --git a/Source/modules/webaudio/AudioNode.h b/Source/modules/webaudio/AudioNode.h |
| index fc67044cf42d9c431d917dc1872598922572b34b..10b4940c925978323cea10f60eb50e6960de321f 100644 |
| --- a/Source/modules/webaudio/AudioNode.h |
| +++ b/Source/modules/webaudio/AudioNode.h |
| @@ -228,6 +228,10 @@ private: |
| bool m_isMarkedForDeletion; |
| bool m_isDisabled; |
| +#ifndef NDEBUG |
|
tkent
2014/08/11 10:13:06
should be |#if ENABLE(ASSERT)|.
We have a bot wit
|
| + bool m_disposeIsCalled; |
|
tkent
2014/08/11 10:13:06
m_disposeWasCalled, or m_didCallDispose?
haraken
2014/08/11 10:33:00
Done.
|
| +#endif |
| + |
| #if DEBUG_AUDIONODE_REFERENCES |
| static bool s_isNodeCountInitialized; |
| static int s_nodeCount[NodeTypeEnd]; |