| Index: Source/core/testing/InternalSettings.h
|
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h
|
| index 5bb84ab469f86c1478c930018e30a79754119b98..11555864da51bc90ca96c3c0184561a9bfb1950a 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_originalStyleScoped;
|
| @@ -106,10 +105,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:
|
|
|