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

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

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.cpp
diff --git a/Source/core/dom/Document.cpp b/Source/core/dom/Document.cpp
index 15e6cebbc429398efbf3a6ddc767317c37af468f..9260aae97dc6430b1ed2733212cab5e5f1fce868 100644
--- a/Source/core/dom/Document.cpp
+++ b/Source/core/dom/Document.cpp
@@ -442,7 +442,6 @@ Document::Document(Frame* frame, const KURL& url, bool isXHTML, bool isHTML)
#ifndef NDEBUG
, m_didDispatchViewportPropertiesChanged(false)
#endif
- , m_templateDocumentHost(0)
, m_fontloader(0)
, m_didAssociateFormControlsTimer(this, &Document::didAssociateFormControlsTimerFired)
{

Powered by Google App Engine
This is Rietveld 408576698