| Index: Source/core/dom/TreeScopeAdopter.h
|
| diff --git a/Source/core/dom/TreeScopeAdopter.h b/Source/core/dom/TreeScopeAdopter.h
|
| index 17742ba25532b0f9ad92bbb93e48828a40c9c0c3..ad4de3b315823abf6ec66b82b5cefe51b54d376e 100644
|
| --- a/Source/core/dom/TreeScopeAdopter.h
|
| +++ b/Source/core/dom/TreeScopeAdopter.h
|
| @@ -47,8 +47,8 @@ public:
|
| 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;
|
| + void moveTreeToNewDocument(Node&, Document& oldDocument, Document& newDocument) const;
|
| + void moveNodeToNewDocument(Node&, Document& oldDocument, Document& newDocument) const;
|
|
|
| Node& m_toAdopt;
|
| TreeScope& m_newScope;
|
|
|