Bug 132201

Summary: Refactor debugging code to use BreakpointActions instead of Vector<ScriptBreakpointAction>
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. joepeck: review+

Description Mark Lam 2014-04-25 12:33:17 PDT
BreakpointActions is Vector<ScriptBreakpointAction>.  Let's just consistently use BreakpointActions everywhere.
Comment 1 Mark Lam 2014-04-25 12:38:12 PDT
Created attachment 230190 [details]
the patch.
Comment 2 Joseph Pecoraro 2014-04-25 12:41:54 PDT
Comment on attachment 230190 [details]
the patch.

r=me
Comment 3 Mark Lam 2014-04-25 12:46:26 PDT
Thanks.  Landed in r167816: <http://trac.webkit.org/r167816>.