| 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 7b1ff1285ff594f32a027f3dcba1667c03ee1a6b..fd660dc932f871a0c9454d111c51c442f68c1f85 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -206,9 +206,7 @@ std::unique_ptr<TracedValue> data(unsigned long identifier,
|
| }
|
|
|
| namespace InspectorReceiveDataEvent {
|
| -std::unique_ptr<TracedValue> data(unsigned long identifier,
|
| - LocalFrame*,
|
| - int encodedDataLength);
|
| +std::unique_ptr<TracedValue> data(unsigned long identifier, LocalFrame*);
|
| }
|
|
|
| namespace InspectorResourceFinishEvent {
|
|
|