Bug 130377

Summary: Web Inspector: sourceMapResourceLoaded expects statusCode parameter
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Joseph Pecoraro
Reported 2014-03-17 18:05:11 PDT
Harmless, but explicitly provide a status code to our manual call of sourceMapResourceLoaded.
Attachments
[PATCH] Proposed Fix (1.46 KB, patch)
2014-03-17 18:07 PDT, Joseph Pecoraro
no flags
Joseph Pecoraro
Comment 1 2014-03-17 18:07:46 PDT
Created attachment 226992 [details] [PATCH] Proposed Fix Harmless, but nice cleanup. Context: ... 82: function sourceMapResourceLoaded(error, body, mimeType, statusCode) 83- { 84- const base64encoded = false; 85- 86- if (error || statusCode >= 400) { 87- this.markAsFailed(); ... js> undefined >= 400 false
WebKit Commit Bot
Comment 2 2014-03-18 07:34:08 PDT
Comment on attachment 226992 [details] [PATCH] Proposed Fix Clearing flags on attachment: 226992 Committed r165811: <http://trac.webkit.org/changeset/165811>
WebKit Commit Bot
Comment 3 2014-03-18 07:34:10 PDT
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.