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

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

Issue 262093006: Oilpan: Make the Node hierarchy RefCountedGarbageCollected instead of TreeShared. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address more comments. Created 6 years, 7 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/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 8c5ec03c8c7b9265083d0cb511b61a7af4aa8aec..86b4dd2390ee82d3083e7cc5153febc5d8098c01 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -509,6 +509,8 @@ public:
void setTabIndex(int);
virtual short tabIndex() const OVERRIDE;
+ virtual void trace(Visitor*) OVERRIDE;
+
protected:
Element(const QualifiedName& tagName, Document* document, ConstructionType type)
: ContainerNode(document, type)

Powered by Google App Engine
This is Rietveld 408576698