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 c448cc921b122c5892df91a5fc18f06aec835605..28b586019d3f77ddebc46f26885a422ec6594323 100644 |
--- a/Source/devtools/front_end/profiler/CPUProfileView.js |
+++ b/Source/devtools/front_end/profiler/CPUProfileView.js |
@@ -682,7 +682,7 @@ WebInspector.CPUProfileType.prototype = { |
*/ |
WebInspector.CPUProfileHeader = function(target, type, title) |
{ |
- WebInspector.ProfileHeader.call(this, target, type, title || WebInspector.UIString("Profile %d", type._nextProfileUid)); |
+ WebInspector.ProfileHeader.call(this, target, type, title || WebInspector.UIString("Profile %d", type.nextProfileUid())); |
this._tempFile = null; |
} |