| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index e800d565a705b359aef2be6a0f398ac0a8e65227..1bb024ab1bf008698226c209f2b18fff731d2677 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -20,7 +20,7 @@ const base::Feature kAllowAutoplayUnmutedInWebappManifestScope{
|
| #if defined(OS_MACOSX)
|
| // Enables Javascript execution via AppleScript.
|
| const base::Feature kAppleScriptExecuteJavaScript{
|
| - "AppleScriptExecuteJavaScript", base::FEATURE_DISABLED_BY_DEFAULT};
|
| + "AppleScriptExecuteJavaScript", base::FEATURE_ENABLED_BY_DEFAULT};
|
| #endif // defined(OS_MACOSX)
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|