| Index: Source/core/dom/Document.h
|
| diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
|
| index 4f41dd419e3cb88cfd445c66b02790bc87d10495..7394265a4e7f79dea4c5549c31e5acf5b42afdff 100644
|
| --- a/Source/core/dom/Document.h
|
| +++ b/Source/core/dom/Document.h
|
| @@ -1518,10 +1518,7 @@ inline bool Node::isDocumentNode() const
|
|
|
| inline Node::Node(const Handle<Document>& document, ConstructionType type)
|
| : m_nodeFlags(type)
|
| - , m_parentOrShadowHostNode(0)
|
| , m_treeScope(document)
|
| - , m_previous(0)
|
| - , m_next(0)
|
| {
|
| ScriptWrappable::init(this);
|
| if (!m_treeScope)
|
|
|