| Index: Source/core/inspector/InspectorInstrumentation.idl
|
| diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
|
| index ebff07d322704352c13faf87ff0b162b7930b53d..865795c6ed354c64e6cfdb4360cc0063c2dc43a4 100644
|
| --- a/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -225,7 +225,7 @@ interface InspectorInstrumentation {
|
| void applyUserAgentOverride(LocalFrame*, String* userAgent);
|
|
|
| [Resource]
|
| - void willSendRequest(LocalFrame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
|
| + void willSendRequest([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
|
|
|
| [Resource]
|
| void markResourceAsCached(LocalFrame*, unsigned long identifier);
|
|
|