| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 41c595233a0e9a69ad24ba7c9a9ca0b37be5179b..9cf27cb0a0dacd3b01147d8fa7554ed10ec32911 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -115,7 +115,8 @@ void InspectorTraceEvents::didReceiveData(LocalFrame* frame,
|
| InspectorReceiveDataEvent::data(identifier, frame, encodedDataLength));
|
| }
|
|
|
| -void InspectorTraceEvents::didFinishLoading(unsigned long identifier,
|
| +void InspectorTraceEvents::didFinishLoading(LocalFrame* frame,
|
| + unsigned long identifier,
|
| double finishTime,
|
| int64_t encodedDataLength,
|
| int64_t decodedBodyLength) {
|
|
|