| Index: third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| index 3dbbedfd4cf410ef14c032281470846c25446276..46e23a955f615725a7310d28ccdff9c6ab0d74cf 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/TypingCommand.cpp
|
| @@ -769,7 +769,7 @@ void TypingCommand::DeleteKeyPressed(TextGranularity granularity,
|
| if (enclosing_table_cell &&
|
| visible_start.DeepEquivalent() ==
|
| VisiblePosition::FirstPositionInNode(
|
| - const_cast<Node*>(enclosing_table_cell))
|
| + *const_cast<Node*>(enclosing_table_cell))
|
| .DeepEquivalent())
|
| return;
|
|
|
|
|