| 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 8051db2f783de4e3fe3d80794e945259ed829859..4076f756b0b3d4f56cebe3df64ab0133ea22e7e7 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
|
| @@ -80,6 +80,7 @@ WebInspector.TimelineJSProfileProcessor.generateJSFrameEvents = function(events)
|
| case WebInspector.TimelineModel.RecordType.RunMicrotasks:
|
| case WebInspector.TimelineModel.RecordType.FunctionCall:
|
| case WebInspector.TimelineModel.RecordType.EvaluateScript:
|
| + case WebInspector.TimelineModel.RecordType.EventDispatch:
|
| return true;
|
| }
|
| return false;
|
|
|