| 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 b120539b75864ed54c20ee02a1f4bf271e551f42..b0d6478573f8b86428390ad27cfdee42a3f3f38c 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -218,7 +218,8 @@ namespace InspectorResourceFinishEvent {
|
| std::unique_ptr<TracedValue> data(unsigned long identifier,
|
| double finishTime,
|
| bool didFail,
|
| - int64_t encodedDataLength);
|
| + int64_t encodedDataLength,
|
| + int64_t decodedBodyLength);
|
| }
|
|
|
| namespace InspectorTimerInstallEvent {
|
|
|