| Index: third_party/WebKit/Source/web/WebSelection.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebSelection.cpp b/third_party/WebKit/Source/web/WebSelection.cpp
|
| index 6aa5c13ea36ff8f3cd0600d01e079dbf30ce6644..75f263deed98380222d0e0675e300732f20bd2f6 100644
|
| --- a/third_party/WebKit/Source/web/WebSelection.cpp
|
| +++ b/third_party/WebKit/Source/web/WebSelection.cpp
|
| @@ -35,7 +35,8 @@ static WebSelectionBound getWebSelectionBound(
|
| return result;
|
| }
|
|
|
| -// SelectionType enums have the same values; enforced in AssertMatchingEnums.cpp.
|
| +// SelectionType enums have the same values; enforced in
|
| +// AssertMatchingEnums.cpp.
|
| WebSelection::WebSelection(const CompositedSelection& selection)
|
| : m_selectionType(static_cast<WebSelection::SelectionType>(selection.type)),
|
| m_start(getWebSelectionBound(selection, true)),
|
|
|