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