| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 29b44506dfa463a975e2cfd92ccc680f9dcfa04d..5f6a0357d2ca7f031482ce31fe9f866a73884684 100644
|
| --- a/Source/core/testing/InternalSettings.h
|
| +++ b/Source/core/testing/InternalSettings.h
|
| @@ -51,7 +51,6 @@ public:
|
| void restoreTo(Settings*);
|
|
|
| bool m_originalCSSExclusionsEnabled;
|
| - bool m_originalCSSVariablesEnabled;
|
| bool m_originalAuthorShadowDOMForAnyElementEnabled;
|
| bool m_originalExperimentalShadowDOMEnabled;
|
| bool m_originalExperimentalWebSocketEnabled;
|
| @@ -105,10 +104,6 @@ public:
|
| void setShouldDisplayTrackKind(const String& kind, bool, ExceptionCode&);
|
| bool shouldDisplayTrackKind(const String& kind, ExceptionCode&);
|
|
|
| - // cssVariablesEnabled is not backed by RuntimeEnabledFeatures, but should be.
|
| - bool cssVariablesEnabled(ExceptionCode&);
|
| - void setCSSVariablesEnabled(bool, ExceptionCode&);
|
| -
|
| // FIXME: The following are RuntimeEnabledFeatures and likely
|
| // cannot be changed after process start. These setters should
|
| // be removed or moved onto internals.runtimeFlags:
|
|
|