1. navigate to webkit.org 2. open inspector 3. switch to Timeline panel 4. start recording timeline 5. run console.markTimeline() in console EXPECTED: yellow mark on the timeline grid and in the overview ACTUAL: no marks anywhere
Created attachment 129462 [details] Patch
Comment on attachment 129462 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129462&action=review > Source/WebCore/inspector/front-end/TimelinePanel.js:467 > + WebInspector.TimelinePanel.forAllRecords([ formattedRecord ], addTimestampRecords.bind(this)); I wound not bind a function per record.
Committed r109221: <http://trac.webkit.org/changeset/109221>