| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index 6aa4ee55c7c921ca79f9dc699e0ca1c8ef589b6c..e2ec2bc75dc215c91e74b9f56cfd3f3189624973 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(const InspectorInstrumentationCookie&, unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response, ResourceLoader* resourceLoader, double monotonicFinishTime);
|
| +
|
| [Timeline, Resource, Console] // Console should come AFTER Resource notification, front-end relies on this.
|
| void didFailLoading(Frame* frame, unsigned long identifier, DocumentLoader*, const ResourceError&);
|
|
|
|
|