Web Inspector: move resource loading logic from SourceMapParser to CompilerScriptMapping. SourceMapParser should only deal with payload parsing.
Created attachment 133233 [details] Patch
Comment on attachment 133233 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133233&action=review > Source/WebCore/ChangeLog:8 > + SourceMapParser should only deal with payload parsing. ...because parser should not deal with loading.
Committed r112070: <http://trac.webkit.org/changeset/112070>