| 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..cebee500fe2b9c5e3009a841feb77a2d91a8c120 100644
|
| --- a/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| +++ b/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.cpp
|
| @@ -239,9 +239,7 @@ bool RuntimeEnabledFeatures::isRequestAutocompleteEnabled = false;
|
| bool RuntimeEnabledFeatures::areExperimentalContentSecurityPolicyFeaturesEnabled = false;
|
| #endif
|
|
|
| -#if ENABLE(IFRAME_SEAMLESS)
|
| bool RuntimeEnabledFeatures::areSeamlessIFramesEnabled = false;
|
| -#endif
|
|
|
| #if ENABLE(FONT_LOAD_EVENTS)
|
| bool RuntimeEnabledFeatures::isFontLoadEventsEnabled = false;
|
|
|