Chromium Code Reviews| 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..1f4337374855ca347b3d16ecb76b3e2df4730141 100644 |
| --- a/Source/devtools/front_end/profiler/HeapSnapshotView.js |
| +++ b/Source/devtools/front_end/profiler/HeapSnapshotView.js |
| @@ -29,6 +29,11 @@ |
| */ |
| /** |
| + * @fileoverview |
| + * @suppress {es5Strict} |
|
aandrey
2014/06/17 11:33:54
put a comment or FIXME why suppressing
apavlov
2014/06/17 12:46:03
Done.
|
| + */ |
| + |
| +/** |
| * @constructor |
| * @extends {WebInspector.VBox} |
| * @param {!WebInspector.ProfileType.DataDisplayDelegate} dataDisplayDelegate |
| @@ -1198,7 +1203,7 @@ WebInspector.HeapSnapshotProfileType.prototype = { |
| /** |
| * @override |
| - * @param {!string} title |
| + * @param {string} title |
| * @return {!WebInspector.ProfileHeader} |
| */ |
| createProfileLoadedFromFile: function(title) |