| Index: Source/devtools/front_end/profiler/CanvasProfileView.js
|
| diff --git a/Source/devtools/front_end/profiler/CanvasProfileView.js b/Source/devtools/front_end/profiler/CanvasProfileView.js
|
| index 3f6208f9a529b68d887e24da51f5823f7d6fc49f..b7da06387dcfaf2471753083030eed79032240cd 100644
|
| --- a/Source/devtools/front_end/profiler/CanvasProfileView.js
|
| +++ b/Source/devtools/front_end/profiler/CanvasProfileView.js
|
| @@ -995,7 +995,7 @@ WebInspector.CanvasDispatcher.prototype = {
|
| */
|
| WebInspector.CanvasProfileHeader = function(target, type, traceLogId, frameId)
|
| {
|
| - WebInspector.ProfileHeader.call(this, target, type, WebInspector.UIString("Trace Log %d", type._nextProfileUid));
|
| + WebInspector.ProfileHeader.call(this, target, type, WebInspector.UIString("Trace Log %d", type.nextProfileUid()));
|
| /** @type {!CanvasAgent.TraceLogId} */
|
| this._traceLogId = traceLogId || "";
|
| this._frameId = frameId;
|
|
|