Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(509)

Unified Diff: Source/core/dom/Document.h

Issue 22887044: [oilpan] Make the oilpan branch build on Mac. (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Add FIXME. Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/ContainerNode.h ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « Source/core/dom/ContainerNode.h ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698