Title: [106456] trunk/Source/WebCore
Revision
106456
Author
ph...@webkit.org
Date
2012-02-01 02:08:19 -0800 (Wed, 01 Feb 2012)

Log Message

Unreviewed, another GTK build fix after r106446.

* platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
Restore webKitWebSrcGetProtocols as it was before r106446.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106455 => 106456)


--- trunk/Source/WebCore/ChangeLog	2012-02-01 10:05:25 UTC (rev 106455)
+++ trunk/Source/WebCore/ChangeLog	2012-02-01 10:08:19 UTC (rev 106456)
@@ -1,5 +1,12 @@
 2012-02-01  Philippe Normand  <pnorm...@igalia.com>
 
+        Unreviewed, another GTK build fix after r106446.
+
+        * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
+        Restore webKitWebSrcGetProtocols as it was before r106446.
+
+2012-02-01  Philippe Normand  <pnorm...@igalia.com>
+
         Unreviewed, GTK build fix after r106446.
 
         * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:

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


--- trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp	2012-02-01 10:05:25 UTC (rev 106455)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp	2012-02-01 10:08:19 UTC (rev 106456)
@@ -595,7 +595,7 @@
 
 static gchar** webKitWebSrcGetProtocols(void)
 {
-    static gchar* protocols[] = {static_cast<gchar*>("http"), static_cast<gchar*>("https"), 0 };
+    static gchar* protocols[] = {(gchar*) "http", (gchar*) "https", 0 };
     return protocols;
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to