| 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 d85de7c5422f036ea56b88424930f45f673dbb99..f68c2bbe1b765fca9625520dc5ebb3544510346e 100644
|
| --- a/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp
|
| @@ -44,13 +44,6 @@ static bool isLayoutObjectReparented(const LayoutObject* layoutObject)
|
| return false;
|
| }
|
|
|
| -void ParentDetails::didTraverseInsertionPoint(const InsertionPoint* insertionPoint)
|
| -{
|
| - if (!m_insertionPoint) {
|
| - m_insertionPoint = insertionPoint;
|
| - }
|
| -}
|
| -
|
| ContainerNode* parent(const Node& node, ParentDetails* details)
|
| {
|
| // TODO(hayato): Uncomment this once we can be sure LayoutTreeBuilderTraversal::parent() is used only for a node in a document.
|
|
|