Index: Source/core/html/HTMLMediaSource.h |
diff --git a/Source/core/html/HTMLMediaSource.h b/Source/core/html/HTMLMediaSource.h |
index f40206ce094b72003d5a5713bef0091741aa1785..14baccb8e498df6f84c8592f6cf0b0da38bbf90b 100644 |
--- a/Source/core/html/HTMLMediaSource.h |
+++ b/Source/core/html/HTMLMediaSource.h |
@@ -31,7 +31,6 @@ |
#ifndef HTMLMediaSource_h |
#define HTMLMediaSource_h |
-#include "core/html/HTMLMediaElement.h" |
#include "core/html/URLRegistry.h" |
#include "wtf/Forward.h" |
@@ -41,6 +40,7 @@ class WebMediaSource; |
namespace WebCore { |
+class HTMLMediaElement; |
class TimeRanges; |
class HTMLMediaSource : public URLRegistrable { |