Bug 124330 - Web Inspector: InspectorBackendDispatcher improvements
Summary: Web Inspector: InspectorBackendDispatcher improvements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-11-13 18:54 PST by Joseph Pecoraro
Modified: 2013-11-13 18:59 PST (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (4.63 KB, patch)
2013-11-13 18:56 PST, Joseph Pecoraro
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2013-11-13 18:54:19 PST
• Convert the error number vector to a simple int[].
• Use ASCIILiteral where possible.
• Fix a style issue.
Comment 1 Radar WebKit Bug Importer 2013-11-13 18:54:36 PST
<rdar://problem/15466075>
Comment 2 Joseph Pecoraro 2013-11-13 18:56:05 PST
Created attachment 216887 [details]
[PATCH] Proposed Fix
Comment 3 Joseph Pecoraro 2013-11-13 18:59:23 PST
Committed <http://trac.webkit.org/changeset/159272>.