Index: Source/devtools/front_end/profiler/ProfilesPanel.js |
diff --git a/Source/devtools/front_end/profiler/ProfilesPanel.js b/Source/devtools/front_end/profiler/ProfilesPanel.js |
index 123b2e7778e5169aeb0c51aa0dee3071b76df759..ca0d7a1f8b348dfc42b786fa6abc33d539534eb6 100644 |
--- a/Source/devtools/front_end/profiler/ProfilesPanel.js |
+++ b/Source/devtools/front_end/profiler/ProfilesPanel.js |
@@ -55,6 +55,14 @@ WebInspector.ProfileType.Events = { |
WebInspector.ProfileType.prototype = { |
/** |
+ * @return {number} |
+ */ |
+ nextProfileUid: function() |
+ { |
+ return this._nextProfileUid; |
+ }, |
+ |
+ /** |
* @return {boolean} |
*/ |
hasTemporaryView: function() |