[webkit-reviews] review denied: [Bug 59322] Web Inspector: CSS is parsed improperly when saved in UTF-8 with a BOM : [Attachment 90917] [PATCH] Suggested fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 09:33:47 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has denied  review:
Bug 59322: Web Inspector: CSS is parsed improperly when saved in UTF-8 with a
BOM
https://bugs.webkit.org/show_bug.cgi?id=59322

Attachment 90917: [PATCH] Suggested fix
https://bugs.webkit.org/attachment.cgi?id=90917&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=90917&action=review

> Source/WebCore/inspector/InspectorStyleSheet.cpp:1061
> +	   success = resourceStyleSheetText(&rawText);

You should instead fetch CachedResource, cast it to the Stylesheet and get
decoded data.


More information about the webkit-reviews mailing list