| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| index 23734812135a022590690342ebb71af918b7f5d9..e5997e59d07f57ddcd46777f8d6f7bd96df8cd6b 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -81,7 +81,7 @@ class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
|
| void willSendRequest(LocalFrame*,
|
| unsigned long identifier,
|
| DocumentLoader*,
|
| - ResourceRequest&,
|
| + const ResourceRequest&,
|
| const ResourceResponse& redirectResponse,
|
| const FetchInitiatorInfo&);
|
| void didReceiveResourceResponse(LocalFrame*,
|
|
|