Unreviewed, GTK build fix after r106446.
authorphiln@webkit.org <philn@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 1 Feb 2012 09:50:35 +0000 (09:50 +0000)
committerphiln@webkit.org <philn@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 1 Feb 2012 09:50:35 +0000 (09:50 +0000)
* platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106452 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp

index 1c58d45..a27c36b 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-01  Philippe Normand  <pnormand@igalia.com>
+
+        Unreviewed, GTK build fix after r106446.
+
+        * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
+
 2012-02-01  Sheriff Bot  <webkit.review.bot@gmail.com>
 
         Unreviewed, rolling out r106432.
index a83712b..0c75fd8 100644 (file)
@@ -595,7 +595,7 @@ static GstURIType webKitWebSrcUriGetType(void)
 
 static gchar** webKitWebSrcGetProtocols(void)
 {
-    static const char* protocols[] = {"http", "https", 0 };
+    static gchar* protocols[] = {static_cast<gchar*>("http"), static_cast<gchar*>("https"), 0 };
     return protocols;
 }