| Index: third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp b/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp
|
| index dda3977c709099a5f955c6d13a4ba55cf8e8f54e..578e0f874248b5c7c53f1575589d91fe3258466a 100644
|
| --- a/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp
|
| @@ -57,7 +57,9 @@ inline static void assertPseudoElementParent(
|
| }
|
|
|
| ContainerNode* parent(const Node& node, ParentDetails* details) {
|
| - // TODO(hayato): Uncomment this once we can be sure LayoutTreeBuilderTraversal::parent() is used only for a node which is connected.
|
| + // TODO(hayato): Uncomment this once we can be sure
|
| + // LayoutTreeBuilderTraversal::parent() is used only for a node which is
|
| + // connected.
|
| // DCHECK(node.isConnected());
|
| if (node.isPseudoElement()) {
|
| assertPseudoElementParent(toPseudoElement(node));
|
|
|