| Index: third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| index 95dfcdb28be5f36df7ed795a15a80976290c1baa..739d9bdbd6af34bfc4154ae4d5c10dcdce485123 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/ProfilesPanel.js
|
| @@ -260,13 +260,13 @@ Profiler.ProfileType.DataDisplayDelegate.prototype = {
|
| * @param {?Profiler.ProfileHeader} profile
|
| * @return {?UI.Widget}
|
| */
|
| - showProfile: function(profile) {},
|
| + showProfile(profile) {},
|
|
|
| /**
|
| * @param {!Protocol.HeapProfiler.HeapSnapshotObjectId} snapshotObjectId
|
| * @param {string} perspectiveName
|
| */
|
| - showObject: function(snapshotObjectId, perspectiveName) {}
|
| + showObject(snapshotObjectId, perspectiveName) {}
|
| };
|
|
|
| /**
|
|
|