Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1450)

Unified Diff: third_party/WebKit/Source/core/probe/CoreProbes.cpp

Issue 2807533003: [WIP2] off-main-thread loading
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698