Title: [106452] trunk/Source/WebCore
Revision
106452
Author
[email protected]
Date
2012-02-01 01:50:35 -0800 (Wed, 01 Feb 2012)

Log Message

Unreviewed, GTK build fix after r106446.

* platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106451 => 106452)


--- trunk/Source/WebCore/ChangeLog	2012-02-01 09:49:34 UTC (rev 106451)
+++ trunk/Source/WebCore/ChangeLog	2012-02-01 09:50:35 UTC (rev 106452)
@@ -1,3 +1,9 @@
+2012-02-01  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK build fix after r106446.
+
+        * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
+
 2012-02-01  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r106432.

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp (106451 => 106452)


--- trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp	2012-02-01 09:49:34 UTC (rev 106451)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp	2012-02-01 09:50:35 UTC (rev 106452)
@@ -595,7 +595,7 @@
 
 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;
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to