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

Unified Diff: Source/wtf/Deque.h

Issue 1270043002: Remove HasInlinedTraceMethod<T>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/Visitor.h ('k') | Source/wtf/HashCountedSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Deque.h
diff --git a/Source/wtf/Deque.h b/Source/wtf/Deque.h
index 60eb8cfbe2c88d8f95231496efd8bcb717b580b8..9395d67a553d950add50f5b1fbec2085e2a09f75 100644
--- a/Source/wtf/Deque.h
+++ b/Source/wtf/Deque.h
@@ -112,7 +112,6 @@ namespace WTF {
template<typename Predicate>
iterator findIf(Predicate&);
- typedef int HasInlinedTraceMethodMarker;
template<typename VisitorDispatcher> void trace(VisitorDispatcher);
private:
« no previous file with comments | « Source/platform/heap/Visitor.h ('k') | Source/wtf/HashCountedSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698