| Index: Source/core/html/track/TextTrackRegionList.h
|
| diff --git a/Source/core/html/track/TextTrackRegionList.h b/Source/core/html/track/TextTrackRegionList.h
|
| index dd8a64ebc6b95c24dc1aa746e54d91311a404d9c..aa874437ce70343df8d82179ec7e03cc442e8c85 100644
|
| --- a/Source/core/html/track/TextTrackRegionList.h
|
| +++ b/Source/core/html/track/TextTrackRegionList.h
|
| @@ -26,8 +26,6 @@
|
| #ifndef TextTrackRegionList_h
|
| #define TextTrackRegionList_h
|
|
|
| -#if ENABLE(WEBVTT_REGIONS)
|
| -
|
| #include "core/html/track/TextTrackRegion.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -62,4 +60,3 @@ private:
|
| } // namespace WebCore
|
|
|
| #endif
|
| -#endif
|
|
|