From fbae81496c2d908cab995925a46b9470bfb2cbd0 Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Thu, 7 Jul 2022 17:52:03 -0700 Subject: [PATCH] delete dl flag from allowlist (#34515) --- shell/common/switches.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/common/switches.cc b/shell/common/switches.cc index 7eb3aa9568c87..b3ce13c7da3af 100644 --- a/shell/common/switches.cc +++ b/shell/common/switches.cc @@ -64,8 +64,6 @@ static const std::string kAllowedDartFlags[] = { "--write-service-info", "--null_assertions", "--strict_null_safety_checks", - "--enable-display-list", - "--no-enable-display-list", "--max_subtype_cache_entries", }; // clang-format on