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

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

Issue 783823002: Oilpan: enable eager tracing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tidying + add a test for marking stack fallback 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
« no previous file with comments | « Source/platform/heap/Handle.h ('k') | Source/platform/heap/HeapTerminatedArray.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/heap/HeapLinkedStack.h
diff --git a/Source/platform/heap/HeapLinkedStack.h b/Source/platform/heap/HeapLinkedStack.h
index 6cefabbfaddf01b89686b2c75fdf90a894763a78..2b731803cf4280bb457f646d61cda424b8377215 100644
--- a/Source/platform/heap/HeapLinkedStack.h
+++ b/Source/platform/heap/HeapLinkedStack.h
@@ -113,7 +113,7 @@ inline size_t HeapLinkedStack<T>::size()
template<typename T>
class TraceEagerlyTrait<HeapLinkedStack<T> > {
public:
- static const bool value = IS_EAGERLY_TRACED_HEAP_COLLECTION(T);
+ static const bool value = TraceEagerlyTrait<T>::value;
};
} // namespace blink
« no previous file with comments | « Source/platform/heap/Handle.h ('k') | Source/platform/heap/HeapTerminatedArray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698