| Index: Source/core/dom/Notation.cpp
|
| diff --git a/Source/core/dom/Notation.cpp b/Source/core/dom/Notation.cpp
|
| index 074801d0b472c13936ca8f6e3b0345b7cfa6bdc9..7636048ba5e09481dcbadbcc533b8f77a98e293c 100644
|
| --- a/Source/core/dom/Notation.cpp
|
| +++ b/Source/core/dom/Notation.cpp
|
| @@ -23,8 +23,8 @@
|
|
|
| namespace WebCore {
|
|
|
| -Notation::Notation(Document* document, const String& name, const String& publicId, const String& systemId)
|
| - : ContainerNode(document)
|
| +Notation::Notation(TreeScope* treeScope, const String& name, const String& publicId, const String& systemId)
|
| + : ContainerNode(treeScope)
|
| , m_name(name)
|
| , m_publicId(publicId)
|
| , m_systemId(systemId)
|
|
|