Index: Source/testing/runner/TestInterfaces.cpp |
diff --git a/Source/testing/runner/TestInterfaces.cpp b/Source/testing/runner/TestInterfaces.cpp |
index 537ae82f1f55cc2f17ad7d4b14a5f9b6a80f0ba6..2eb368e4b797e00a71ab84665200b188d971af33 100644 |
--- a/Source/testing/runner/TestInterfaces.cpp |
+++ b/Source/testing/runner/TestInterfaces.cpp |
@@ -59,10 +59,6 @@ TestInterfaces::TestInterfaces() |
{ |
WebKit::setLayoutTestMode(true); |
- WebRuntimeFeatures::enableStableFeatures(true); |
- WebRuntimeFeatures::enableExperimentalFeatures(true); |
- WebRuntimeFeatures::enableTestOnlyFeatures(true); |
- |
// NOTE: please don't put feature specific enable flags here, |
// instead add them to RuntimeEnabledFeatures.in |