RESOLVED FIXED 130377
Web Inspector: sourceMapResourceLoaded expects statusCode parameter
https://bugs.webkit.org/show_bug.cgi?id=130377
Summary Web Inspector: sourceMapResourceLoaded expects statusCode parameter
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.