| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 3dbe54f1382efec29b51f5af9e5829745864c467..7465bdd137d45a83afa4d6274d056a4c3cbfb9a6 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -456,8 +456,7 @@ public:
|
| // Returns the document associated with this node. A Document node returns itself.
|
| Document& document() const
|
| {
|
| - ASSERT(treeScope().documentScope());
|
| - return *treeScope().documentScope();
|
| + return treeScope().documentScope();
|
| }
|
|
|
| TreeScope& treeScope() const
|
|
|