| Index: Source/web/WebFrameImpl.cpp | 
| diff --git a/Source/web/WebFrameImpl.cpp b/Source/web/WebFrameImpl.cpp | 
| index 736ecb76ff5fab84736e5e89fb02aa7aa2afa8a1..e5cbba42a0c2a054fe4a6b43abff5d4303da78ed 100644 | 
| --- a/Source/web/WebFrameImpl.cpp | 
| +++ b/Source/web/WebFrameImpl.cpp | 
| @@ -774,7 +774,7 @@ WebPerformance WebFrameImpl::performance() const | 
| { | 
| if (!frame()) | 
| return WebPerformance(); | 
| -    return WebPerformance(frame()->domWindow()->performance()); | 
| +    return WebPerformance(&frame()->domWindow()->performance()); | 
| } | 
|  | 
| NPObject* WebFrameImpl::windowObject() const | 
|  |