| Index: Tools/Scripts/webkitperl/FeatureList.pm
|
| diff --git a/Tools/Scripts/webkitperl/FeatureList.pm b/Tools/Scripts/webkitperl/FeatureList.pm
|
| index 006f2018bebcf1a74f6ddc9c417f1c8f402892c9..53d2602c6eccb6d93430e4558a3a269848f587db 100644
|
| --- a/Tools/Scripts/webkitperl/FeatureList.pm
|
| +++ b/Tools/Scripts/webkitperl/FeatureList.pm
|
| @@ -335,9 +335,6 @@ my @features = (
|
| { option => "media-capture", desc => "Toggle Media Capture support",
|
| define => "ENABLE_MEDIA_CAPTURE", default => isEfl(), value => \$mediaCaptureSupport },
|
|
|
| - { option => "media-source", desc => "Toggle Media Source support",
|
| - define => "ENABLE_MEDIA_SOURCE", default => 0, value => \$mediaSourceSupport },
|
| -
|
| { option => "media-statistics", desc => "Toggle Media Statistics support",
|
| define => "ENABLE_MEDIA_STATISTICS", default => 0, value => \$mediaStatisticsSupport },
|
|
|
|
|