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

Unified Diff: Source/core/timing/Performance.h

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/core/svg/SVGPaint.cpp ('k') | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/Performance.h
diff --git a/Source/core/timing/Performance.h b/Source/core/timing/Performance.h
index e14573eab90e30dba0395697299cd68cdc835ed3..a351919eab2214bafbb7570bad0b43bc91c309bb 100644
--- a/Source/core/timing/Performance.h
+++ b/Source/core/timing/Performance.h
@@ -61,7 +61,7 @@ class Performance FINAL : public RefCountedWillBeRefCountedGarbageCollected<Perf
public:
static PassRefPtrWillBeRawPtr<Performance> create(LocalFrame* frame)
{
- return adoptRefCountedWillBeRefCountedGarbageCollected(new Performance(frame));
+ return adoptRefWillBeRefCountedGarbageCollected(new Performance(frame));
}
virtual ~Performance();
« no previous file with comments | « Source/core/svg/SVGPaint.cpp ('k') | Source/core/xml/XMLHttpRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698