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