| Index: third_party/WebKit/Source/modules/webaudio/AudioNode.h
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioNode.h b/third_party/WebKit/Source/modules/webaudio/AudioNode.h
|
| index 292b33888acd024a6759448964b48b67edba4ae2..0a81af0becbd2c6d1a6e7ded996c39f75b9a1ffd 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioNode.h
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioNode.h
|
| @@ -186,7 +186,7 @@ class MODULES_EXPORT AudioHandler : public ThreadSafeRefCounted<AudioHandler> {
|
| virtual void CheckNumberOfChannelsForInput(AudioNodeInput*);
|
|
|
| #if DEBUG_AUDIONODE_REFERENCES
|
| - static void printNodeCounts();
|
| + static void PrintNodeCounts();
|
| #endif
|
|
|
| // tailTime() is the length of time (not counting latency time) where
|
| @@ -281,8 +281,8 @@ class MODULES_EXPORT AudioHandler : public ThreadSafeRefCounted<AudioHandler> {
|
| bool is_disabled_;
|
|
|
| #if DEBUG_AUDIONODE_REFERENCES
|
| - static bool s_isNodeCountInitialized;
|
| - static int s_nodeCount[NodeTypeEnd];
|
| + static bool is_node_count_initialized_;
|
| + static int node_count_[kNodeTypeEnd];
|
| #endif
|
|
|
| ChannelCountMode channel_count_mode_;
|
|
|