| Index: Source/testing/runner/TestInterfaces.cpp
|
| diff --git a/Source/testing/runner/TestInterfaces.cpp b/Source/testing/runner/TestInterfaces.cpp
|
| index d962fe90140118ee475e425a99be3abd32e41fd3..6318cc39647c97d3a76b44d7165eabfde1a0dc77 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
|
|
|
|
|