| 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 cd82bbe974d6299857d8544659fbde247c9a869e..ee03da35c749c2389f0532c405ebf7a76d818d82 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -291,7 +291,7 @@ class CORE_EXPORT FrameSelection final
|
| void nodeWillBeRemoved(Node&) final;
|
|
|
| Member<LocalFrame> m_frame;
|
| - const Member<LayoutSelection> m_pendingSelection;
|
| + const Member<LayoutSelection> m_layoutSelection;
|
| const Member<SelectionEditor> m_selectionEditor;
|
|
|
| TextGranularity m_granularity;
|
|
|