| Index: Source/core/timing/Performance.cpp
|
| diff --git a/Source/core/timing/Performance.cpp b/Source/core/timing/Performance.cpp
|
| index 6ba30c992b2768f84888e18fca1c2e3bddf3c2c3..b09eac4651c0cb7ed1e3e6818800846b2c994e12 100644
|
| --- a/Source/core/timing/Performance.cpp
|
| +++ b/Source/core/timing/Performance.cpp
|
| @@ -76,7 +76,7 @@ ExecutionContext* Performance::executionContext() const
|
|
|
| PassRefPtrWillBeRawPtr<MemoryInfo> Performance::memory() const
|
| {
|
| - return MemoryInfo::create(m_frame);
|
| + return MemoryInfo::create();
|
| }
|
|
|
| PerformanceNavigation* Performance::navigation() const
|
|
|