| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index b534ce9dccdd604efd5f71e12d2fde9851618b3c..aaec2ef61dbf5ff018c54dd2fa977709c8e16ce6 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -1143,9 +1143,9 @@ String FrameSelection::selectedHTMLForClipboard() const
|
| return extractSelectedHTMLAlgorithm<EditingInComposedTreeStrategy>(*this);
|
| }
|
|
|
| -String FrameSelection::selectedText() const
|
| +String FrameSelection::selectedText(TextIteratorBehavior behavior) const
|
| {
|
| - return extractSelectedText(*this, TextIteratorDefaultBehavior);
|
| + return extractSelectedText(*this, behavior);
|
| }
|
|
|
| String FrameSelection::selectedTextForClipboard() const
|
|
|