* SUMMARY TimelineAgent needs to handle nested runloops. Pausing script execution in the Web Inspector starts a nested runloop, which causes the TimelineAgent to pop the current rendering frame record before the outer runloop completes. We should track the runloop nesting level, and only push/pop rendering frame records when the stack depth is zero. * STEPS TO REPRODUCE Run the following inspector test: LayoutTests/inspector/timeline/debugger-paused-while-recording.html
<rdar://problem/20986377>
*** This bug has been marked as a duplicate of bug 145090 ***