| Index: Source/devtools/front_end/TimelineModel.js
|
| diff --git a/Source/devtools/front_end/TimelineModel.js b/Source/devtools/front_end/TimelineModel.js
|
| index 347f744bc0dfd99a73efe6b90f1b98d205e9961a..3364e9bc5e54dfb2b6cdebfae58a621e7121ac64 100644
|
| --- a/Source/devtools/front_end/TimelineModel.js
|
| +++ b/Source/devtools/front_end/TimelineModel.js
|
| @@ -52,6 +52,7 @@ WebInspector.TimelineModel.RecordType = {
|
| EventDispatch: "EventDispatch",
|
|
|
| BeginFrame: "BeginFrame",
|
| + CommitFrame: "CommitFrame",
|
| ScheduleStyleRecalculation: "ScheduleStyleRecalculation",
|
| RecalculateStyles: "RecalculateStyles",
|
| InvalidateLayout: "InvalidateLayout",
|
|
|