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

Unified Diff: Source/core/rendering/RenderTableSection.h

Issue 423093002: Oilpan: Prepare to move RenderObject and RenderObjectChildList to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add more trace Created 6 years, 5 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/rendering/RenderTableSection.h
diff --git a/Source/core/rendering/RenderTableSection.h b/Source/core/rendering/RenderTableSection.h
index 8395a7366a5ff82314400cc21d741944acbebb81..69c789d3fb522473fa709702bf272b2e9ef2c12d 100644
--- a/Source/core/rendering/RenderTableSection.h
+++ b/Source/core/rendering/RenderTableSection.h
@@ -64,6 +64,7 @@ class RenderTableSection FINAL : public RenderBox {
public:
RenderTableSection(Element*);
virtual ~RenderTableSection();
+ virtual void trace(Visitor*) OVERRIDE;
RenderTableRow* firstRow() const;
RenderTableRow* lastRow() const;

Powered by Google App Engine
This is Rietveld 408576698