| Index: Source/modules/webaudio/AudioProcessingEvent.h
|
| diff --git a/Source/modules/webaudio/AudioProcessingEvent.h b/Source/modules/webaudio/AudioProcessingEvent.h
|
| index e938fe7574897184fa0122898f0d1150466ff70a..1e5911d24cf4fe7636aee89090e06fffadb5b5c8 100644
|
| --- a/Source/modules/webaudio/AudioProcessingEvent.h
|
| +++ b/Source/modules/webaudio/AudioProcessingEvent.h
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioBuffer;
|
|
|
| @@ -58,6 +58,6 @@ private:
|
| double m_playbackTime;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AudioProcessingEvent_h
|
|
|