| Index: third_party/WebKit/Source/core/dom/TreeScope.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScope.h b/third_party/WebKit/Source/core/dom/TreeScope.h
|
| index dd17132886a22af47ea2e807ff95d35cb8e9cebf..2ef2d40ade073f8770d141ea6b2a3c5bf2603164 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScope.h
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScope.h
|
| @@ -135,6 +135,7 @@ class CORE_EXPORT TreeScope : public GarbageCollectedMixin {
|
| TreeScope(Document&);
|
| virtual ~TreeScope();
|
|
|
| + void resetTreeScope();
|
| void setDocument(Document& document) { m_document = &document; }
|
| void setParentTreeScope(TreeScope&);
|
| void setNeedsStyleRecalcForViewportUnits();
|
|
|