| Index: Source/core/timing/Performance.cpp
|
| diff --git a/Source/core/timing/Performance.cpp b/Source/core/timing/Performance.cpp
|
| index e441579b930df6dc43251b7f826effcfc1e855d6..11e186dd09e54f082b4270a107061ee222aed35c 100644
|
| --- a/Source/core/timing/Performance.cpp
|
| +++ b/Source/core/timing/Performance.cpp
|
| @@ -74,7 +74,7 @@ ExecutionContext* Performance::executionContext() const
|
|
|
| PassRefPtr<MemoryInfo> Performance::memory() const
|
| {
|
| - return MemoryInfo::create(m_frame);
|
| + return MemoryInfo::create(executionContext());
|
| }
|
|
|
| PerformanceNavigation* Performance::navigation() const
|
|
|