Index: third_party/WebKit/Source/core/probe/CoreProbes.cpp |
diff --git a/third_party/WebKit/Source/core/probe/CoreProbes.cpp b/third_party/WebKit/Source/core/probe/CoreProbes.cpp |
index 27d41ba1e9d9a11650a4b1234a7afa85121ed9e7..3f67b1eceee99ff1c21b2582cc2224e4d8fe217e 100644 |
--- a/third_party/WebKit/Source/core/probe/CoreProbes.cpp |
+++ b/third_party/WebKit/Source/core/probe/CoreProbes.cpp |
@@ -118,7 +118,8 @@ void DidReceiveResourceResponseButCanceled(LocalFrame* frame, |
unsigned long identifier, |
const ResourceResponse& r, |
Resource* resource) { |
- didReceiveResourceResponse(frame, identifier, loader, r, resource); |
+ didReceiveResourceResponse(frame->GetDocument(), identifier, loader, r, |
+ resource); |
} |
void CanceledAfterReceivedResourceResponse(LocalFrame* frame, |