| Index: Source/core/dom/Comment.cpp
|
| diff --git a/Source/core/dom/Comment.cpp b/Source/core/dom/Comment.cpp
|
| index 5b8374f99f16177cc065286c5e066574535247cc..9379d5971217d70d1299d414fa9158ae6a1e1825 100644
|
| --- a/Source/core/dom/Comment.cpp
|
| +++ b/Source/core/dom/Comment.cpp
|
| @@ -49,7 +49,7 @@ Node::NodeType Comment::nodeType() const
|
|
|
| PassRefPtr<Node> Comment::cloneNode(bool /*deep*/)
|
| {
|
| - return create(document(), data());
|
| + return create(&document(), data());
|
| }
|
|
|
| bool Comment::childTypeAllowed(NodeType) const
|
|
|