| Index: third_party/WebKit/Source/core/editing/EditingStrategy.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingStrategy.cpp b/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
|
| index 4add80b672d62a5fba07dc682aac93aa6248a196..57a85f24bbf7a3f924bcdd38510a8d6f797bd59f 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingStrategy.cpp
|
| @@ -28,7 +28,11 @@ bool EditingAlgorithm<Traversal>::isEmptyNonEditableNodeInEditable(
|
| const Node* node) {
|
| // Editability is defined the DOM tree rather than the flat tree. For example:
|
| // DOM:
|
| - // <host><span>unedittable</span><shadowroot><div ce><content /></div></shadowroot></host>
|
| + // <host>
|
| + // <span>unedittable</span>
|
| + // <shadowroot><div ce><content /></div></shadowroot>
|
| + // </host>
|
| + //
|
| // Flat Tree:
|
| // <host><div ce><span1>unedittable</span></div></host>
|
| // e.g. editing/shadow/breaking-editing-boundaries.html
|
|
|