| 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(); | 
|  | 
|  |