| Index: third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp b/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| index 394ed085197e5572b8cc71f7ae10aa3e00904f4d..3291f0c34f2335adb945949d305e4399925fa632 100644
|
| --- a/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
|
| @@ -101,7 +101,8 @@ Document& GranularityStrategyTest::document() const {
|
|
|
| void GranularityStrategyTest::setSelection(
|
| const VisibleSelection& newSelection) {
|
| - m_dummyPageHolder->frame().selection().setSelection(newSelection);
|
| + m_dummyPageHolder->frame().selection().setSelection(
|
| + newSelection.asSelection());
|
| }
|
|
|
| FrameSelection& GranularityStrategyTest::selection() const {
|
|
|