| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index e735f5f1a8fe648d250354ad41333efb876ab56c..03b9aa4a57eefe16a6b03bdc08007b495d860536 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -230,7 +230,7 @@ void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| base::FeatureList::IsEnabled(features::kMediaDocumentDownloadButton));
|
|
|
| if (base::FeatureList::IsEnabled(features::kPointerEvents))
|
| - WebRuntimeFeatures::enableFeatureFromString("PointerEvent", true);
|
| + WebRuntimeFeatures::enablePointerEvent(true);
|
|
|
| WebRuntimeFeatures::enableFeatureFromString(
|
| "FontCacheScaling",
|
|
|