| Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| index b17bfa5406ba93ba78f360be8aff30d0c89ac21a..d374d3cd8f6b1b788cdac9f639ce42f9cd1ddc31 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js
|
| @@ -438,6 +438,9 @@ WebInspector.TimelineUIUtils.buildDetailsTextForTraceEvent = function(event, tar
|
| if (url)
|
| detailsText = WebInspector.displayNameForURL(url);
|
| break;
|
| + case recordType.TimeStamp:
|
| + detailsText = eventData["message"];
|
| + break;
|
|
|
| case recordType.WebSocketCreate:
|
| case recordType.WebSocketSendHandshakeRequest:
|
|
|