| Index: Source/core/html/track/TextTrackRegionList.cpp
|
| diff --git a/Source/core/html/track/TextTrackRegionList.cpp b/Source/core/html/track/TextTrackRegionList.cpp
|
| index 8004a9c76a05115e9c2b7d5b9b341215ddcb05d8..b03193f9b5a87f41eac2e8b4dcc3b9cb5614faf0 100644
|
| --- a/Source/core/html/track/TextTrackRegionList.cpp
|
| +++ b/Source/core/html/track/TextTrackRegionList.cpp
|
| @@ -24,9 +24,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| -#if ENABLE(WEBVTT_REGIONS)
|
| -
|
| #include "core/html/track/TextTrackRegionList.h"
|
|
|
| namespace WebCore {
|
| @@ -82,5 +79,3 @@ void TextTrackRegionList::clear()
|
| }
|
|
|
| } // namespace WebCore
|
| -
|
| -#endif
|
|
|