| Index: third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp b/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| index 6fdd60e8d8e4717b6d8ef3fec1ef30a17061bcad..a587d238519168703157d40be02a198733f0c18a 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/DeleteFromTextNodeCommand.cpp
|
| @@ -46,7 +46,7 @@ void DeleteFromTextNodeCommand::doApply(EditingState*)
|
| {
|
| DCHECK(m_node);
|
|
|
| - if (!m_node->isContentEditable())
|
| + if (!isContentEditable(*m_node))
|
| return;
|
|
|
| TrackExceptionState exceptionState;
|
|
|