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

Unified Diff: Source/heap/Visitor.h

Issue 138203002: Rename a few Member and Persistent methods to make the transition (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/heap/HeapTest.cpp ('K') | « Source/heap/HeapTest.cpp ('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 4ddaea3aa4f1f620cc347102b94bb200dd604cf4..e2fb83358b26086c7ae4d842491ed6459c8ea0c9 100644
--- a/Source/heap/Visitor.h
+++ b/Source/heap/Visitor.h
@@ -235,7 +235,7 @@ public:
template<typename T>
void trace(const Member<T>& t)
{
- mark(t.raw());
+ mark(t.get());
}
// WeakMember version of the templated trace method. It doesn't keep
« Source/heap/HeapTest.cpp ('K') | « Source/heap/HeapTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698