| Index: third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp b/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp
|
| index 89ce78efab2cd0f69b1ecf1c5bd943cbdaf1f2f1..df68b8ee3bea5d2d2d5b34de0ece4a0b9b95cf35 100644
|
| --- a/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/commands/SplitElementCommand.cpp
|
| @@ -61,7 +61,8 @@ void SplitElementCommand::executeApply() {
|
| if (exceptionState.hadException())
|
| return;
|
|
|
| - // Delete id attribute from the second element because the same id cannot be used for more than one element
|
| + // Delete id attribute from the second element because the same id cannot be
|
| + // used for more than one element
|
| m_element2->removeAttribute(HTMLNames::idAttr);
|
|
|
| for (const auto& child : children)
|
|
|