| Index: Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| diff --git a/Source/devtools/front_end/profiler/HeapSnapshotView.js b/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| index 46ba23ae7ecab4a659195d46b27e4e96cc3f2ecb..33148fcd4b15faf650630d5731fa7a543e978054 100644
|
| --- a/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| +++ b/Source/devtools/front_end/profiler/HeapSnapshotView.js
|
| @@ -29,6 +29,12 @@
|
| */
|
|
|
| /**
|
| + * FIXME: ES5 strict mode check is suppressed due to multiple uses of arguments.callee.
|
| + * @fileoverview
|
| + * @suppress {es5Strict}
|
| + */
|
| +
|
| +/**
|
| * @constructor
|
| * @extends {WebInspector.VBox}
|
| * @param {!WebInspector.ProfileType.DataDisplayDelegate} dataDisplayDelegate
|
| @@ -1198,7 +1204,7 @@ WebInspector.HeapSnapshotProfileType.prototype = {
|
|
|
| /**
|
| * @override
|
| - * @param {!string} title
|
| + * @param {string} title
|
| * @return {!WebInspector.ProfileHeader}
|
| */
|
| createProfileLoadedFromFile: function(title)
|
|
|