RESOLVED FIXED 125818
Web Inspector: Use JSC::SourceID and JSC::BreakpointID instead of WebCore dups
https://bugs.webkit.org/show_bug.cgi?id=125818
Summary Web Inspector: Use JSC::SourceID and JSC::BreakpointID instead of WebCore dups
Joseph Pecoraro
Reported 2013-12-16 17:05:00 PST
Since WebKit no longer needs to support multiple JavaScript engines, we should just start using JSC types throughout Inspector source. SourceID and BreakpointID are good examples, they are just typedefs of the JSC types.
Attachments
[PATCH] Proposed Fix (30.02 KB, patch)
2013-12-16 17:06 PST, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2013-12-16 17:06:46 PST
Created attachment 219373 [details] [PATCH] Proposed Fix
Mark Lam
Comment 2 2013-12-16 17:13:11 PST
r=me
WebKit Commit Bot
Comment 3 2013-12-16 17:33:37 PST
Comment on attachment 219373 [details] [PATCH] Proposed Fix Clearing flags on attachment: 219373 Committed r160682: <http://trac.webkit.org/changeset/160682>
WebKit Commit Bot
Comment 4 2013-12-16 17:33:39 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.