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

Unified Diff: Source/heap/Visitor.h

Issue 192473003: Move CSSRuleList to the garbage collected heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove outdated comment on CSSRule.h Created 6 years, 9 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
« Source/core/dom/StyleEngine.h ('K') | « Source/core/xml/XSLStyleSheet.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/Visitor.h
diff --git a/Source/heap/Visitor.h b/Source/heap/Visitor.h
index 475c0512dc1bb1251511cd5a404ef12810399fca..df20d9f4d8d47ccf8cbd868333cd499173ccb24b 100644
--- a/Source/heap/Visitor.h
+++ b/Source/heap/Visitor.h
@@ -367,7 +367,7 @@ public:
// Macro to declare methods needed for each typed heap.
#define DECLARE_VISITOR_METHODS(Type) \
- DEBUG_ONLY(void checkGCInfo(const Type*, const GCInfo*);) \
+ DEBUG_ONLY(void checkGCInfo(const Type*, const GCInfo*);) \
virtual void mark(const Type*, TraceCallback) = 0; \
virtual bool isMarked(const Type*) = 0;
« Source/core/dom/StyleEngine.h ('K') | « Source/core/xml/XSLStyleSheet.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698