[Webkit-unassigned] [Bug 141225] Web Inspector: REGRESSION: Inline SourceMap resources show empty content when opened.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 5 09:13:33 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=141225

Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #246078|review?                     |review+
              Flags|                            |

--- Comment #17 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 246078
  --> https://bugs.webkit.org/attachment.cgi?id=246078
[PATCH] Fix with further feedback.

View in context: https://bugs.webkit.org/attachment.cgi?id=246078&action=review

> Source/WebInspectorUI/UserInterface/Models/SourceMapResource.js:106
> +        function sourceMapResourceLoadError(error)
>          {
> +            // There was an error calling NetworkAgent.loadResource.
> +            console.error(error);
> +        }

You don't use sourceMapResourceLoadError since you added the console.assert. Should remove.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150205/050bdb72/attachment-0002.html>


More information about the webkit-unassigned mailing list