| Index: Source/WebCore/dom/TreeScopeAdopter.h
|
| ===================================================================
|
| --- Source/WebCore/dom/TreeScopeAdopter.h (revision 145445)
|
| +++ Source/WebCore/dom/TreeScopeAdopter.h (working copy)
|
| @@ -45,6 +45,7 @@
|
| #endif
|
|
|
| private:
|
| + void updateTreeScope(Node*) const;
|
| void moveTreeToNewScope(Node*) const;
|
| void moveTreeToNewDocument(Node*, Document* oldDocument, Document* newDocument) const;
|
| void moveNodeToNewDocument(Node*, Document* oldDocument, Document* newDocument) const;
|
|
|