| Index: Source/core/testing/InternalSettings.idl
|
| diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl
|
| index ed5ad0e75898142cc6d322a5f8453ebc6ac9f301..054880e70cb12fd038f2e209d1c7ca4270bd1465 100644
|
| --- a/Source/core/testing/InternalSettings.idl
|
| +++ b/Source/core/testing/InternalSettings.idl
|
| @@ -47,11 +47,6 @@
|
| [RaisesException] void setImagesEnabled(boolean enabled);
|
| [RaisesException] void setDefaultVideoPosterURL(DOMString poster);
|
|
|
| - // FIXME: cssVariablesEnabled is a real Setting and not a
|
| - // RuntimeEnabledFeature, but it should be changed to be a REF.
|
| - [RaisesException] boolean cssVariablesEnabled();
|
| - [RaisesException] void setCSSVariablesEnabled(boolean enabled);
|
| -
|
| // FIXME: The following are RuntimeEnabledFeatures and likely
|
| // cannot be changed after process start. These setters should
|
| // be removed or moved onto internals.runtimeFlags:
|
|
|