| Index: Source/core/layout/LayoutView.cpp
|
| diff --git a/Source/core/layout/LayoutView.cpp b/Source/core/layout/LayoutView.cpp
|
| index 3034c3af7117c946acd22f826b7ce85cc912c9a3..02bd0e871c1e4eca0e1724e31eb3e5b0f5764760 100644
|
| --- a/Source/core/layout/LayoutView.cpp
|
| +++ b/Source/core/layout/LayoutView.cpp
|
| @@ -804,6 +804,8 @@ void LayoutView::commitPendingSelectionAlgorithm()
|
|
|
| void LayoutView::commitPendingSelection()
|
| {
|
| + if (RuntimeEnabledFeatures::selectionForComposedTreeEnabled())
|
| + return commitPendingSelectionAlgorithm<VisibleSelection::InComposedTree>();
|
| commitPendingSelectionAlgorithm<VisibleSelection::InDOMTree>();
|
| }
|
|
|
|
|