RESOLVED FIXED 132201
Refactor debugging code to use BreakpointActions instead of Vector<ScriptBreakpointAction>
https://bugs.webkit.org/show_bug.cgi?id=132201
Summary Refactor debugging code to use BreakpointActions instead of Vector<ScriptBrea...
Mark Lam
Reported 2014-04-25 12:33:17 PDT
BreakpointActions is Vector<ScriptBreakpointAction>. Let's just consistently use BreakpointActions everywhere.
Attachments
the patch. (7.62 KB, patch)
2014-04-25 12:38 PDT, Mark Lam
joepeck: review+
Mark Lam
Comment 1 2014-04-25 12:38:12 PDT
Created attachment 230190 [details] the patch.
Joseph Pecoraro
Comment 2 2014-04-25 12:41:54 PDT
Comment on attachment 230190 [details] the patch. r=me
Mark Lam
Comment 3 2014-04-25 12:46:26 PDT
Note You need to log in before you can comment on or make changes to this bug.