| Index: Source/devtools/front_end/profiler/CPUProfileView.js
|
| diff --git a/Source/devtools/front_end/profiler/CPUProfileView.js b/Source/devtools/front_end/profiler/CPUProfileView.js
|
| index 01612d00640ef00ac8d759c3c956674f3ce01b04..c448cc921b122c5892df91a5fc18f06aec835605 100644
|
| --- a/Source/devtools/front_end/profiler/CPUProfileView.js
|
| +++ b/Source/devtools/front_end/profiler/CPUProfileView.js
|
| @@ -714,6 +714,7 @@ WebInspector.CPUProfileHeader.prototype = {
|
|
|
| /**
|
| * @param {!WebInspector.ChunkedReader} reader
|
| + * @param {?Event} e
|
| */
|
| onError: function(reader, e)
|
| {
|
|
|