Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2556)

Unified Diff: Source/modules/webaudio/AudioNode.h

Issue 864533002: Fix template angle bracket syntax in modules (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/modules/webaudio/AudioNode.h
diff --git a/Source/modules/webaudio/AudioNode.h b/Source/modules/webaudio/AudioNode.h
index 35d868ab0cc7f9bf9f575f96f053c19ea498ff46..9bf91922ff60fd8d1c5bd7ec839345251e3ddc9f 100644
--- a/Source/modules/webaudio/AudioNode.h
+++ b/Source/modules/webaudio/AudioNode.h
@@ -214,8 +214,8 @@ private:
NodeType m_nodeType;
Member<AudioContext> m_context;
float m_sampleRate;
- HeapVector<Member<AudioNodeInput> > m_inputs;
- HeapVector<Member<AudioNodeOutput> > m_outputs;
+ HeapVector<Member<AudioNodeInput>> m_inputs;
+ HeapVector<Member<AudioNodeOutput>> m_outputs;
double m_lastProcessingTime;
double m_lastNonSilentTime;

Powered by Google App Engine
This is Rietveld 408576698