| Index: Source/core/frame/Console.cpp
|
| diff --git a/Source/core/frame/Console.cpp b/Source/core/frame/Console.cpp
|
| index 8415edf2d84c1d175847e63a2d06bb35121a28d9..7855adc7ed2ab9215be6cd02b351e74c442e2c9b 100644
|
| --- a/Source/core/frame/Console.cpp
|
| +++ b/Source/core/frame/Console.cpp
|
| @@ -80,7 +80,7 @@ PassRefPtrWillBeRawPtr<MemoryInfo> Console::memory() const
|
| {
|
| // FIXME: Because we create a new object here each time,
|
| // console.memory !== console.memory, which seems wrong.
|
| - return MemoryInfo::create(m_frame);
|
| + return MemoryInfo::create();
|
| }
|
|
|
| } // namespace WebCore
|
|
|