| 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 7a0fa9a8dbdd5f6af3258dc8d58393e55bcee9a1..88a3e07d11bb1e6318cdcc3eb4229be22342f631 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -630,7 +630,7 @@ void FrameSelection::selectAll() {
|
|
|
| Node* root = nullptr;
|
| Node* selectStartTarget = nullptr;
|
| - if (isContentEditable()) {
|
| + if (computeVisibleSelectionInDOMTreeDeprecated().isContentEditable()) {
|
| root = highestEditableRoot(
|
| computeVisibleSelectionInDOMTreeDeprecated().start());
|
| if (Node* shadowRoot = nonBoundaryShadowTreeRootNode(
|
|
|