| 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 3d54e701caca6adf6ac37fff239ec0552ce43090..5ee4bb1a9fe461c1aed6955590713fb5cb051a65 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -224,7 +224,7 @@ class CORE_EXPORT FrameSelection final
|
| #endif
|
|
|
| void SetFocusedNodeIfNeeded();
|
| - void NotifyLayoutObjectOfSelectionChange(EUserTriggered);
|
| + void NotifyTextControlOfSelectionChange(EUserTriggered);
|
|
|
| String SelectedHTMLForClipboard() const;
|
| String SelectedText(const TextIteratorBehavior&) const;
|
|
|