| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index 1f4f2031e3eca7f3982645f7df30c7f10565cd0f..912ba0c7af2ddf089f66780c27a48edeeb4aac82 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -33,7 +33,6 @@
|
| #include "core/editing/EphemeralRange.h"
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/editing/VisibleSelection.h"
|
| -#include "core/editing/iterators/TextIteratorFlags.h"
|
| #include "core/layout/ScrollAlignment.h"
|
| #include "platform/Timer.h"
|
| #include "platform/geometry/IntRect.h"
|
| @@ -224,7 +223,7 @@
|
| void clearTypingStyle();
|
|
|
| String selectedHTMLForClipboard() const;
|
| - String selectedText(TextIteratorBehavior = TextIteratorDefaultBehavior) const;
|
| + String selectedText() const;
|
| String selectedTextForClipboard() const;
|
|
|
| // The bounds are clipped to the viewport as this is what callers expect.
|
|
|