Index: Source/platform/audio/EqualPowerPanner.cpp |
diff --git a/Source/platform/audio/EqualPowerPanner.cpp b/Source/platform/audio/EqualPowerPanner.cpp |
index 1c7357bec5167c2933bc473d36678547b8fae670..ad59c1d409fbadc7a61efcf2a552fbdc7baa2c51 100644 |
--- a/Source/platform/audio/EqualPowerPanner.cpp |
+++ b/Source/platform/audio/EqualPowerPanner.cpp |
@@ -38,7 +38,7 @@ const float SmoothingTimeConstant = 0.050f; |
using namespace std; |
-namespace WebCore { |
+namespace blink { |
EqualPowerPanner::EqualPowerPanner(float sampleRate) |
: Panner(PanningModelEqualPower) |
@@ -154,6 +154,6 @@ void EqualPowerPanner::pan(double azimuth, double /*elevation*/, const AudioBus* |
m_gainR = gainR; |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |