| Index: third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScope.cpp b/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| index 20c0f87fd42016a62c2ce63a050c633b8c3ad7d7..c8373ddb8497ade8c5652a920f6d819d1861ef1f 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| @@ -75,6 +75,10 @@ TreeScope::TreeScope(Document& document)
|
|
|
| TreeScope::~TreeScope() {}
|
|
|
| +void TreeScope::resetTreeScope() {
|
| + m_selection = nullptr;
|
| +}
|
| +
|
| TreeScope* TreeScope::olderShadowRootOrParentTreeScope() const {
|
| if (rootNode().isShadowRoot()) {
|
| if (ShadowRoot* olderShadowRoot =
|
|
|