| 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 5fe45d71a817a97c0a935f85a8bb3d5c975597ba..bf79cae753d63e2cc4bfc8b2f62f4922ec9e13cd 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -93,7 +93,8 @@ class CORE_EXPORT InspectorTraceEvents : public InspectorAgent {
|
| unsigned long identifier,
|
| const char* data,
|
| int dataLength);
|
| - void didFinishLoading(unsigned long identifier,
|
| + void didFinishLoading(LocalFrame*,
|
| + unsigned long identifier,
|
| double monotonicFinishTime,
|
| int64_t encodedDataLength,
|
| int64_t decodedBodyLength);
|
|
|