| Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| index f75363854104840725c0ccb15a551717e8edc7d5..7f8279c69bea2413957a5a023c8ffaa92a25b66f 100644
|
| --- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| +++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| @@ -167,9 +167,7 @@ bool RuntimeEnabledFeatures::isQuotaEnabled = false;
|
|
|
| bool RuntimeEnabledFeatures::isFullScreenAPIEnabled = true;
|
|
|
| -#if ENABLE(MEDIA_SOURCE)
|
| bool RuntimeEnabledFeatures::isMediaSourceEnabled = false;
|
| -#endif
|
|
|
| #if ENABLE(VIDEO_TRACK)
|
| #if PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(CHROMIUM) || PLATFORM(BLACKBERRY) || PLATFORM(WIN)
|
|
|