Bug 137042

Summary: Renamed DebuggerCallFrameScope to DebuggerPausedScope
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. none

Description Mark Lam 2014-09-23 13:42:14 PDT
DebuggerPausedScope is a better name for this data structure because it is meant for tracking the period within which the debugger is paused, and doing clean ups after the pause ends.
Comment 1 Mark Lam 2014-09-23 13:49:06 PDT
Created attachment 238566 [details]
the patch.
Comment 2 Michael Saboff 2014-09-23 14:16:28 PDT
Comment on attachment 238566 [details]
the patch.

rs=me
Comment 3 Mark Lam 2014-09-23 14:17:09 PDT
Comment on attachment 238566 [details]
the patch.

Thanks for the review.
Comment 4 WebKit Commit Bot 2014-09-23 14:24:12 PDT
Comment on attachment 238566 [details]
the patch.

Clearing flags on attachment: 238566

Committed r173892: <http://trac.webkit.org/changeset/173892>
Comment 5 WebKit Commit Bot 2014-09-23 14:24:14 PDT
All reviewed patches have been landed.  Closing bug.