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

Unified Diff: Source/modules/webaudio/AudioListener.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/AudioListener.h
diff --git a/Source/modules/webaudio/AudioListener.h b/Source/modules/webaudio/AudioListener.h
index d758264370698d0441247c5f9e23bd37794cb7d7..b31d7bcdf97f4082dca6a92bcee4581096d60ef6 100644
--- a/Source/modules/webaudio/AudioListener.h
+++ b/Source/modules/webaudio/AudioListener.h
@@ -108,7 +108,7 @@ private:
mutable Mutex m_listenerLock;
// List for pannerNodes in context. This is updated only in the main thread,
// and can be referred in audio thread.
- HeapVector<Member<PannerNode> > m_panners;
+ HeapVector<Member<PannerNode>> m_panners;
// HRTF DB loader for panner node.
Member<HRTFDatabaseLoader> m_hrtfDatabaseLoader;
};

Powered by Google App Engine
This is Rietveld 408576698