| Index: Source/core/editing/FrameSelection.cpp
|
| diff --git a/Source/core/editing/FrameSelection.cpp b/Source/core/editing/FrameSelection.cpp
|
| index a435d7be8165790e8a302f29d77a2a5bbff1c92f..04c181c5199020ae4c312cf7dcf5466b32ad776a 100644
|
| --- a/Source/core/editing/FrameSelection.cpp
|
| +++ b/Source/core/editing/FrameSelection.cpp
|
| @@ -1447,7 +1447,7 @@ void FrameSelection::notifyAccessibilityForSelectionChange()
|
|
|
| void FrameSelection::notifyCompositorForSelectionChange()
|
| {
|
| - if (!RuntimeEnabledFeatures::compositedSelectionUpdatesEnabled())
|
| + if (!RuntimeEnabledFeatures::compositedSelectionUpdateEnabled())
|
| return;
|
|
|
| scheduleVisualUpdate();
|
|
|