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

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

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/TreeScope.h ('k') | Source/core/editing/ApplyStyleCommand.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/TreeScope.cpp
diff --git a/Source/core/dom/TreeScope.cpp b/Source/core/dom/TreeScope.cpp
index a1524bdc5a008eb1cdd523040da082dce84a0881..e055893d86cdd1787180b76ac39abe3126cc4016 100644
--- a/Source/core/dom/TreeScope.cpp
+++ b/Source/core/dom/TreeScope.cpp
@@ -81,7 +81,6 @@ TreeScope::TreeScope(const Handle<ContainerNode>& rootNode, const Handle<Documen
TreeScope::TreeScope(const Handle<Document>& document)
: m_rootNode(document)
, m_documentScope(document)
- , m_parentTreeScope(0)
, m_idTargetObserverRegistry(IdTargetObserverRegistry::create())
{
ASSERT(document);
@@ -89,9 +88,6 @@ TreeScope::TreeScope(const Handle<Document>& document)
}
TreeScope::TreeScope()
- : m_rootNode(0)
- , m_documentScope(0)
- , m_parentTreeScope(0)
{
}
« no previous file with comments | « Source/core/dom/TreeScope.h ('k') | Source/core/editing/ApplyStyleCommand.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698