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

Unified Diff: Source/heap/HeapTest.cpp

Issue 182063004: Rename adoptRefCountedWillBeRefCountedGarbageCollected to adoptRefWillBeRefCountedGarbageCollected (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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/heap/Handle.h ('k') | Source/modules/encryptedmedia/MediaKeySession.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/heap/HeapTest.cpp
diff --git a/Source/heap/HeapTest.cpp b/Source/heap/HeapTest.cpp
index bc6c4fa137c72ed5e92ae2e9cd8b2c7d23c23f7e..1365f2f090fe9d9b7a3b2f8cd9aef249e4747347 100644
--- a/Source/heap/HeapTest.cpp
+++ b/Source/heap/HeapTest.cpp
@@ -890,7 +890,7 @@ class TransitionRefCounted : public RefCountedWillBeRefCountedGarbageCollected<T
public:
static PassRefPtrWillBeRawPtr<TransitionRefCounted> create()
{
- return adoptRefCountedWillBeRefCountedGarbageCollected(new TransitionRefCounted());
+ return adoptRefWillBeRefCountedGarbageCollected(new TransitionRefCounted());
}
~TransitionRefCounted()
« no previous file with comments | « Source/heap/Handle.h ('k') | Source/modules/encryptedmedia/MediaKeySession.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698