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

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: Only disable the malloc part of consistency checking 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
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)

Powered by Google App Engine
This is Rietveld 408576698