| Index: third_party/WebKit/Source/core/dom/TreeScopeAdopter.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScopeAdopter.h b/third_party/WebKit/Source/core/dom/TreeScopeAdopter.h
|
| index fddde19ad2dfe9da4520c50d22a6091204c7ccc8..b445fb9066338b3329ac0aefad7f3ab5dbea631f 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScopeAdopter.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScopeAdopter.h
|
| @@ -61,7 +61,7 @@ private:
|
| inline TreeScopeAdopter::TreeScopeAdopter(Node& toAdopt, TreeScope& newScope)
|
| : m_toAdopt(toAdopt)
|
| , m_newScope(newScope)
|
| - , m_oldScope(toAdopt.treeScope())
|
| + , m_oldScope(toAdopt.treeScopeOrDocument())
|
| {
|
| }
|
|
|
|
|