| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js
|
| index f2762eaca7fb652b9d98bd20060855d214c4d957..33eabab2e2532bbae16bd85a11dea3ed6fdf2281 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -117,6 +117,7 @@ WebInspector.TimelineModel.RecordType = {
|
| V8Sample: "V8Sample",
|
| JitCodeAdded: "JitCodeAdded",
|
| JitCodeMoved: "JitCodeMoved",
|
| + ParseScriptOnBackground: "v8.parseOnBackground",
|
|
|
| UpdateCounters: "UpdateCounters",
|
|
|
| @@ -1782,4 +1783,4 @@ WebInspector.TimelineModel.LineLevelProfile.prototype = {
|
| {
|
| return this._files;
|
| }
|
| -}
|
| +}
|
|
|