| Index: Source/modules/webaudio/AudioNode.h
|
| diff --git a/Source/modules/webaudio/AudioNode.h b/Source/modules/webaudio/AudioNode.h
|
| index fc67044cf42d9c431d917dc1872598922572b34b..10f2375c351a7dc9ae46a23ba652467634dda0a2 100644
|
| --- a/Source/modules/webaudio/AudioNode.h
|
| +++ b/Source/modules/webaudio/AudioNode.h
|
| @@ -228,6 +228,10 @@ private:
|
| bool m_isMarkedForDeletion;
|
| bool m_isDisabled;
|
|
|
| +#if ENABLE(ASSERT)
|
| + bool m_didCallDispose;
|
| +#endif
|
| +
|
| #if DEBUG_AUDIONODE_REFERENCES
|
| static bool s_isNodeCountInitialized;
|
| static int s_nodeCount[NodeTypeEnd];
|
|
|