| Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| index 0ccfe62117b6de8763c1b762b9b973ee471a2ab0..48bb3a55d5909bedbbce492ddec1e33841d7f1fb 100644
|
| --- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| +++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| @@ -170,7 +170,7 @@ bool RuntimeEnabledFeatures::isFullScreenAPIEnabled = true;
|
| bool RuntimeEnabledFeatures::isMediaSourceEnabled = false;
|
|
|
| #if ENABLE(VIDEO_TRACK)
|
| -#if PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(CHROMIUM) || PLATFORM(BLACKBERRY) || PLATFORM(WIN)
|
| +#if PLATFORM(MAC) || PLATFORM(GTK) || PLATFORM(CHROMIUM) || PLATFORM(WIN)
|
| bool RuntimeEnabledFeatures::isVideoTrackEnabled = true;
|
| #else
|
| bool RuntimeEnabledFeatures::isVideoTrackEnabled = false;
|
|
|