| Index: Source/core/loader/FrameLoader.cpp
|
| diff --git a/Source/core/loader/FrameLoader.cpp b/Source/core/loader/FrameLoader.cpp
|
| index 7c52736ac510586966d563db7be326df9ec1dcfb..7ecb38c667462733ac90718927cdef94ae208e0f 100644
|
| --- a/Source/core/loader/FrameLoader.cpp
|
| +++ b/Source/core/loader/FrameLoader.cpp
|
| @@ -954,7 +954,7 @@ void FrameLoader::commitProvisionalLoad()
|
| // Check if the destination page is allowed to access the previous page's timing information.
|
| if (m_frame->document()) {
|
| RefPtr<SecurityOrigin> securityOrigin = SecurityOrigin::create(pdl->request().url());
|
| - pdl->timing()->setHasSameOriginAsPreviousDocument(securityOrigin->canRequest(m_frame->document()->url()));
|
| + pdl->timing().setHasSameOriginAsPreviousDocument(securityOrigin->canRequest(m_frame->document()->url()));
|
| }
|
|
|
| // The call to dispatchUnloadEvent() can execute arbitrary JavaScript.
|
|
|