| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index 363340422c9bb798058390c67c257717dd1dcfec..7ae43749a2a52988552b191b0ce6aaf6fad5bf9d 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -332,7 +332,7 @@ inline ContainerNode* Node::parentElementOrDocumentFragment() const
|
|
|
| inline bool Node::isTreeScope() const
|
| {
|
| - return &treeScope().rootNode() == this;
|
| + return &treeScopeOrDocument().rootNode() == this;
|
| }
|
|
|
| inline void getChildNodes(ContainerNode& node, NodeVector& nodes)
|
|
|