| Index: third_party/WebKit/Source/core/dom/Node.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.cpp b/third_party/WebKit/Source/core/dom/Node.cpp
|
| index 833a280636e0f80134ed8bbb8b7fc333365dbf34..adf0c2fed785d9c70d63c8a4aad82619e54018b5 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Node.cpp
|
| @@ -1012,12 +1012,6 @@ Element* Node::parentOrShadowHostElement() const
|
| return toElement(parent);
|
| }
|
|
|
| -void Node::setParentOrShadowHostNode(ContainerNode* parent)
|
| -{
|
| - ASSERT(isMainThread());
|
| - m_parentOrShadowHostNode = parent;
|
| -}
|
| -
|
| ContainerNode* Node::parentOrShadowHostOrTemplateHostNode() const
|
| {
|
| if (isDocumentFragment() && toDocumentFragment(this)->isTemplateContent())
|
|
|