Index: Source/modules/webaudio/AudioNodeInput.h |
diff --git a/Source/modules/webaudio/AudioNodeInput.h b/Source/modules/webaudio/AudioNodeInput.h |
index 8986ae25dd4f5f177ed6a8660c423fff5b9969a8..0d9ed8cbbb299e1e2e99ba84699ec02148a3748a 100644 |
--- a/Source/modules/webaudio/AudioNodeInput.h |
+++ b/Source/modules/webaudio/AudioNodeInput.h |
@@ -71,14 +71,14 @@ public: |
// bus() contains the rendered audio after pull() has been called for each time quantum. |
// Called from context's audio thread. |
AudioBus* bus(); |
- |
+ |
// updateInternalBus() updates m_internalSummingBus appropriately for the number of channels. |
// This must be called when we own the context's graph lock in the audio thread at the very start or end of the render quantum. |
void updateInternalBus(); |
// The number of channels of the connection with the largest number of channels. |
- unsigned numberOfChannels() const; |
- |
+ unsigned numberOfChannels() const; |
+ |
private: |
AudioNode* m_node; |