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 9a1c4a0d4203dbaf67c9d739e24f6f9969ca23c9..6e8cbc6062ed3d58a3e4b247270efa3ea140e91c 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp |
@@ -168,7 +168,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 continueAfterCSPDenied(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r) |
{ |
didReceiveResourceResponseButCanceled(frame, loader, identifier, r); |
} |