Bug 125818

Summary: Web Inspector: Use JSC::SourceID and JSC::BreakpointID instead of WebCore dups
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, mark.lam, timothy, webkit-bug-importer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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.