From 8d237b76adff2ab4e89147b18ee1d0ab7bb29fb6 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sat, 28 May 2022 03:32:27 -0700 Subject: [PATCH] Update features.cc --- third_party/blink/common/features.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc index ab9af507a..f256efefe 100644 --- a/third_party/blink/common/features.cc +++ b/third_party/blink/common/features.cc @@ -1473,7 +1473,7 @@ const base::Feature kPrefetchFontLookupTables{ #endif const base::Feature kPrecompileInlineScripts{"PrecompileInlineScripts", - base::FEATURE_DISABLED_BY_DEFAULT}; + base::FEATURE_ENABLED_BY_DEFAULT}; const base::Feature kSimulateClickOnAXFocus { "SimulateClickOnAXFocus",