| 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 8cd0cfaa5c03af5bb24a68bddbf2f6adbf535d96..baa04a97971218a3b5812d7b5c29430532ff99ce 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineModel.js
|
| @@ -824,6 +824,7 @@ WebInspector.TimelineModel.prototype = {
|
| case recordTypes.ResourceSendRequest:
|
| case recordTypes.WebSocketCreate:
|
| event.url = event.args["data"]["url"];
|
| + event.initiator = eventStack.peekLast() || null;
|
| break;
|
|
|
| case recordTypes.ScheduleStyleRecalculation:
|
|
|