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

Unified Diff: Source/core/dom/ContainerNode.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/css/StyleRuleImport.cpp ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ContainerNode.h
diff --git a/Source/core/dom/ContainerNode.h b/Source/core/dom/ContainerNode.h
index cc9cbacaef804decb300f12ba772f90cd2940cb3..7c8a173c1df16303f82ff92b39be8a1cf471b629 100644
--- a/Source/core/dom/ContainerNode.h
+++ b/Source/core/dom/ContainerNode.h
@@ -182,8 +182,6 @@ inline Result<ContainerNode> toContainerNode(const Handle<Node>& node)
inline ContainerNode::ContainerNode(const Handle<Document>& document, ConstructionType type)
: Node(document, type)
- , m_firstChild(0)
- , m_lastChild(0)
{
}
@@ -286,7 +284,6 @@ inline void getChildNodes(Node* node, NodeVector& nodes)
class ChildNodesLazySnapshot {
WTF_MAKE_NONCOPYABLE(ChildNodesLazySnapshot);
- WTF_MAKE_FAST_ALLOCATED;
DISALLOW_ALLOCATION()
public:
explicit ChildNodesLazySnapshot(const Handle<Node>& parentNode)
« no previous file with comments | « Source/core/css/StyleRuleImport.cpp ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698