| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index fe1582466da84eac9f7fc8956478678b74b66199..30c9bbabc7d56b1909779cafd7ee86a94f03d016 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -22,7 +22,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};
|
|
|
| // Use the Toolkit-Views Task Manager window.
|
| const base::Feature kViewsTaskManager{"ViewsTaskManager",
|
|
|