[webkit-reviews] review granted: [Bug 109168] Web Inspector: Implement position-based sourcemapping for stylesheets : [Attachment 187528] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 02:53:28 PST 2013


Vsevolod Vlasov <vsevik at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 109168: Web Inspector: Implement position-based sourcemapping for
stylesheets
https://bugs.webkit.org/show_bug.cgi?id=109168

Attachment 187528: Patch
https://bugs.webkit.org/attachment.cgi?id=187528&action=review

------- Additional Comments from Vsevolod Vlasov <vsevik at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=187528&action=review


> Source/WebCore/inspector/front-end/SASSSourceMapping.js:218
> +	   this._sourceMapByURL[completeSourceMapURL] = sourceMap;

This line should probably be before previous return (in case we already had a
sourceMap but forceReload flag was set)


More information about the webkit-reviews mailing list