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

Unified Diff: Source/modules/webaudio/PeriodicWave.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/PeriodicWave.h
diff --git a/Source/modules/webaudio/PeriodicWave.h b/Source/modules/webaudio/PeriodicWave.h
index c75b155a1860f331bc4f5d6fade6e11dc74ce2a3..bb374f7e5a1347a66e8d3e08d8f17cdb5f878403 100644
--- a/Source/modules/webaudio/PeriodicWave.h
+++ b/Source/modules/webaudio/PeriodicWave.h
@@ -87,7 +87,7 @@ private:
// Creates tables based on numberOfComponents Fourier coefficients.
void createBandLimitedTables(const float* real, const float* imag, unsigned numberOfComponents);
- Vector<OwnPtr<AudioFloatArray> > m_bandLimitedTables;
+ Vector<OwnPtr<AudioFloatArray>> m_bandLimitedTables;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698