| Index: Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| diff --git a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| index c7c19bfed41e769de3bdc3d045d08364b873c1fd..9c6dc7ff6f6d7a1b8b10a124a932b01208e3de91 100644
|
| --- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| +++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| @@ -69,10 +69,6 @@ bool RuntimeEnabledFeatures::isMediaStreamEnabled = true;
|
| bool RuntimeEnabledFeatures::isPeerConnectionEnabled = true;
|
| #endif
|
|
|
| -#if ENABLE(LEGACY_CSS_VENDOR_PREFIXES)
|
| -bool RuntimeEnabledFeatures::isLegacyCSSVendorPrefixesEnabled = false;
|
| -#endif
|
| -
|
| #if ENABLE(GAMEPAD)
|
| bool RuntimeEnabledFeatures::isGamepadEnabled = false;
|
| #endif
|
|
|