Index: Source/core/testing/InternalSettings.idl |
diff --git a/Source/core/testing/InternalSettings.idl b/Source/core/testing/InternalSettings.idl |
index 30c0d911e5d9bbf41d0b038abf88963a65c23adb..29655760fa1611039d9dd9f42eb58924f670543a 100644 |
--- a/Source/core/testing/InternalSettings.idl |
+++ b/Source/core/testing/InternalSettings.idl |
@@ -48,11 +48,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: |