| Index: Source/devtools/front_end/timeline/TimelineJSProfile.js
|
| diff --git a/Source/devtools/front_end/timeline/TimelineJSProfile.js b/Source/devtools/front_end/timeline/TimelineJSProfile.js
|
| index ab4577d940d9ccef7560523758b2af01b84a062d..5af54ed1e2de23a2e3c3339bf414e61685fb19a7 100644
|
| --- a/Source/devtools/front_end/timeline/TimelineJSProfile.js
|
| +++ b/Source/devtools/front_end/timeline/TimelineJSProfile.js
|
| @@ -6,7 +6,7 @@
|
| WebInspector.TimelineJSProfileProcessor = { };
|
|
|
| /**
|
| - * @param {!WebInspector.TimelineModel} timelineModel
|
| + * @param {!WebInspector.TimelineModelImpl} timelineModel
|
| * @param {!ProfilerAgent.CPUProfile} jsProfile
|
| */
|
| WebInspector.TimelineJSProfileProcessor.mergeJSProfileIntoTimeline = function(timelineModel, jsProfile)
|
|
|