| Index: Source/core/page/RuntimeEnabledFeatures.h
|
| diff --git a/Source/core/page/RuntimeEnabledFeatures.h b/Source/core/page/RuntimeEnabledFeatures.h
|
| index 9422c8646daea9eb430cd636eb81b9c8ce5029dd..413976008b155c783860ddaca508b29ea95688ac 100644
|
| --- a/Source/core/page/RuntimeEnabledFeatures.h
|
| +++ b/Source/core/page/RuntimeEnabledFeatures.h
|
| @@ -68,13 +68,8 @@ public:
|
| static bool cssExclusionsEnabled() { return false; }
|
| #endif
|
|
|
| -#if ENABLE(CSS_REGIONS)
|
| static void setCSSRegionsEnabled(bool isEnabled) { isCSSRegionsEnabled = isEnabled; }
|
| static bool cssRegionsEnabled() { return isCSSRegionsEnabled; }
|
| -#else
|
| - static void setCSSRegionsEnabled(bool) { }
|
| - static bool cssRegionsEnabled() { return false; }
|
| -#endif
|
|
|
| #if ENABLE(CSS_COMPOSITING)
|
| static void setCSSCompositingEnabled(bool isEnabled) { isCSSCompositingEnabled = isEnabled; }
|
| @@ -238,9 +233,7 @@ private:
|
| #if ENABLE(CSS_EXCLUSIONS)
|
| static bool isCSSExclusionsEnabled;
|
| #endif
|
| -#if ENABLE(CSS_REGIONS)
|
| static bool isCSSRegionsEnabled;
|
| -#endif
|
| #if ENABLE(CSS_COMPOSITING)
|
| static bool isCSSCompositingEnabled;
|
| #endif
|
|
|