| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| index 288a75a9d8d6452f8e360886b542fa6b1cc815b7..3256cbe3eb99c6b898cefa26823664fada4beb41 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -176,7 +176,7 @@ void didReceiveResourceResponseButCanceled(LocalFrame* frame, DocumentLoader* lo
|
| didReceiveResourceResponse(frame, identifier, loader, r, 0);
|
| }
|
|
|
| -void continueAfterXFrameOptionsDenied(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
|
| +void canceledAfterReceivedResourceResponse(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r)
|
| {
|
| didReceiveResourceResponseButCanceled(frame, loader, identifier, r);
|
| }
|
|
|