Index: Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl |
index f9cd5af6c6f15dbd2af2e205b7c77a56efab6096..ba362489f3f39754c50158dbd975050bab993d02 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); |