| Index: Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| diff --git a/Source/modules/webaudio/OfflineAudioDestinationNode.cpp b/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| index d75fc40cd53f75a6ad209848e064beb6db03a3ce..6e62d98d5389b2c63e4ea447f4480f2d92af9ac9 100644
|
| --- a/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| +++ b/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "public/platform/Platform.h"
|
| #include "wtf/MainThread.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| const size_t renderQuantumSize = 128;
|
|
|
| @@ -157,6 +157,6 @@ void OfflineAudioDestinationNode::trace(Visitor* visitor)
|
| AudioDestinationNode::trace(visitor);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(WEB_AUDIO)
|
|
|