| Index: Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
|
| index 1af2d97e036ef9ca232c7c8a33bb6c5b6f5c36c8..5083d0e0cbd3f682095eb20f389710d026535661 100644
|
| --- a/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/Source/core/html/HTMLMediaElement.cpp
|
| @@ -98,8 +98,8 @@
|
| #include "core/platform/graphics/InbandTextTrackPrivate.h"
|
|
|
| #if ENABLE(WEB_AUDIO)
|
| -#include "AudioSourceProvider.h"
|
| #include "MediaElementAudioSourceNode.h"
|
| +#include "core/platform/audio/AudioSourceProvider.h"
|
| #endif
|
|
|
| #if ENABLE(MEDIA_STREAM)
|
|
|