| Index: third_party/WebKit/Source/core/editing/PendingSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/PendingSelection.h b/third_party/WebKit/Source/core/editing/PendingSelection.h
|
| index aec09a88aeba64e52bc04391691d4256e5a74084..f1b7b62411fcd1c054f227830da275777e9df7fc 100644
|
| --- a/third_party/WebKit/Source/core/editing/PendingSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/PendingSelection.h
|
| @@ -48,7 +48,7 @@ class PendingSelection final : public GarbageCollected<PendingSelection> {
|
|
|
| const VisibleSelection& visibleSelection() const;
|
|
|
| - VisibleSelectionInFlatTree calcVisibleSelection(
|
| + SelectionInFlatTree calcVisibleSelection(
|
| const VisibleSelectionInFlatTree&) const;
|
|
|
| Member<FrameSelection> m_frameSelection;
|
|
|