[Webkit-unassigned] [Bug 59697] [Soup] does not load css stylesheets without content-type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 07:47:01 PDT 2011


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


Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #91489|review?                     |review-
               Flag|                            |




--- Comment #3 from Gustavo Noronha (kov) <gns at gnome.org>  2011-04-28 07:47:01 PST ---
(From update of attachment 91489)
View in context: https://bugs.webkit.org/attachment.cgi?id=91489&action=review

Just a style nit.

> Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp:345
> +                    soup_header_g_string_append_param(str, (const char*) key, (const char*) value);

This should use C++-style casts like this: static_cast<const char*>(key).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list