| Index: third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineJSProfile.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineJSProfile.js b/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineJSProfile.js
|
| index 98ec786f388c52cc4738ce6eadadbfec15fd5d9a..8051db2f783de4e3fe3d80794e945259ed829859 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineJSProfile.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineJSProfile.js
|
| @@ -77,6 +77,7 @@ WebInspector.TimelineJSProfileProcessor.generateJSFrameEvents = function(events)
|
| function isJSInvocationEvent(e)
|
| {
|
| switch (e.name) {
|
| + case WebInspector.TimelineModel.RecordType.RunMicrotasks:
|
| case WebInspector.TimelineModel.RecordType.FunctionCall:
|
| case WebInspector.TimelineModel.RecordType.EvaluateScript:
|
| return true;
|
|
|