Index: third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp |
index 5d32340f087f2dbcdea2751c5e1657e2c049b876..230894a3257a2e9ef6d1a80b00e36a35aa48df80 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlowLine.cpp |
@@ -303,7 +303,7 @@ RootInlineBox* LayoutBlockFlow::ConstructLine(BidiRunList<BidiRun>& bidi_runs, |
continue; |
if (!root_has_selected_children && |
- box->GetLineLayoutItem().GetSelectionState() != SelectionNone) |
+ box->GetLineLayoutItem().GetSelectionState() != SelectionState::kNone) |
root_has_selected_children = true; |
// If we have no parent box yet, or if the run is not simply a sibling, |