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

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

Issue 783823002: Oilpan: enable eager tracing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: prevent trace depth asserts in HeapTest Created 6 years 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/platform/heap/HeapTerminatedArray.h
diff --git a/Source/platform/heap/HeapTerminatedArray.h b/Source/platform/heap/HeapTerminatedArray.h
index fbead0d83a5bcef0e2c91a04a23bd8eccb6c5df0..662b593b95f19e40ebb0b01308788b2b7dd4a318 100644
--- a/Source/platform/heap/HeapTerminatedArray.h
+++ b/Source/platform/heap/HeapTerminatedArray.h
@@ -52,7 +52,7 @@ private:
template<typename T>
class TraceEagerlyTrait<HeapTerminatedArray<T> > {
public:
- static const bool value = IS_EAGERLY_TRACED_HEAP_COLLECTION(T);
+ static const bool value = TraceEagerlyTrait<T>::value;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698