Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index 6aa4ee55c7c921ca79f9dc699e0ca1c8ef589b6c..580374290a09e01a41f96c10e194f16c3adb2110 100644 |
--- a/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/Source/core/inspector/InspectorInstrumentation.idl |
@@ -276,6 +276,9 @@ interface InspectorInstrumentation { |
[Timeline, Resource] |
void didFinishLoading(Frame* frame, unsigned long identifier, DocumentLoader*, double finishTime); |
+ [Resource] |
+ void didReceiveCORSRedirectResponse(Frame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, ResourceLoader*); |
+ |
[Timeline, Resource, Console] // Console should come AFTER Resource notification, front-end relies on this. |
void didFailLoading(Frame* frame, unsigned long identifier, DocumentLoader*, const ResourceError&); |