 Chromium Code Reviews
 Chromium Code Reviews Issue 1624783002:
  DevTools: Switch to using fast stack iterator to collect stacks during timeline recording.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1624783002:
  DevTools: Switch to using fast stack iterator to collect stacks during timeline recording.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time-stamp-expected.txt | 
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time-stamp-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time-stamp-expected.txt | 
| index 212ecddf7a0683ff14d12a4ea558dbc3511c2938..edb879e32cd3c678dce6def5c53c7112abc6a97d 100644 | 
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time-stamp-expected.txt | 
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time-stamp-expected.txt | 
| @@ -8,10 +8,11 @@ TimeStamp Properties: | 
| } | 
| endTime : <number> | 
| frameId : <string> | 
| + stackTrace : <object> | 
| startTime : <number> | 
| type : "TimeStamp" | 
| } | 
| -Text details for TimeStamp: null | 
| +Text details for TimeStamp: timeline-time-stamp.html:7 | 
| 
pfeldman
2016/01/27 18:38:36
You no longer specify the line number for the bind
 
alph
2016/01/27 22:31:25
Done.
 | 
| Timestamp records: | 
| TimeStamp Properties: | 
| { | 
| @@ -21,6 +22,7 @@ TimeStamp Properties: | 
| } | 
| endTime : <number> | 
| frameId : <string> | 
| + stackTrace : <object> | 
| startTime : <number> | 
| type : "TimeStamp" | 
| } |