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

Unified Diff: Source/platform/heap/Visitor.h

Issue 1157243007: Oilpan: Remove checkGCInfo (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/platform/heap/TraceTraits.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/Visitor.h
diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h
index 13ee04035f56a19f7b6f960de56464aa40a9910f..9400ee248c8245ae7a48f503adba4ee8b6b25bf4 100644
--- a/Source/platform/heap/Visitor.h
+++ b/Source/platform/heap/Visitor.h
@@ -159,9 +159,6 @@ public:
static_assert(IsGarbageCollectedType<T>::value, "T needs to be a garbage collected object");
if (!t)
return;
-#if ENABLE(ASSERT)
- TraceTrait<T>::checkGCInfo(t);
-#endif
TraceTrait<T>::mark(Derived::fromHelper(this), t);
}
« no previous file with comments | « Source/platform/heap/TraceTraits.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698