| Index: third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
|
| diff --git a/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc b/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
|
| index 32399911203e150f7ff7b2d02834289aa092d5c7..d7e9306d950a5609d8654a692e7b05f8b503e7d2 100644
|
| --- a/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
|
| +++ b/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
|
| @@ -11,12 +11,10 @@ namespace blink {
|
|
|
| NGBaseLayoutAlgorithmTest::NGBaseLayoutAlgorithmTest() {
|
| RuntimeEnabledFeatures::setLayoutNGEnabled(true);
|
| - RuntimeEnabledFeatures::setLayoutNGInlineEnabled(true);
|
| }
|
|
|
| NGBaseLayoutAlgorithmTest::~NGBaseLayoutAlgorithmTest() {
|
| RuntimeEnabledFeatures::setLayoutNGEnabled(false);
|
| - RuntimeEnabledFeatures::setLayoutNGInlineEnabled(false);
|
| }
|
|
|
| void NGBaseLayoutAlgorithmTest::SetUp() {
|
|
|