Fix a warning in the GTK+ build.
authormrobinson@webkit.org <mrobinson@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 Jan 2012 23:22:11 +0000 (23:22 +0000)
committermrobinson@webkit.org <mrobinson@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 Jan 2012 23:22:11 +0000 (23:22 +0000)
Reviewed by Gustavo Noronha Silva.

No new tests. This should not change behavior.

* plugins/gtk/PluginViewGtk.cpp:
(WebCore::PluginView::platformStart): Use reinterpet_cast to convert X11 Windows into void pointers.

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

Source/WebCore/ChangeLog

index ea4e942..17fea18 100644 (file)
@@ -1,3 +1,14 @@
+2012-01-27  Martin Robinson  <mrobinson@igalia.com>
+
+        Fix a warning in the GTK+ build.
+
+        Reviewed by Gustavo Noronha Silva.
+
+        No new tests. This should not change behavior.
+
+        * plugins/gtk/PluginViewGtk.cpp:
+        (WebCore::PluginView::platformStart): Use reinterpet_cast to convert X11 Windows into void pointers.
+
 2012-01-27  Tien-Ren Chen  <trchen@chromium.org>
 
         [chromium] CCLayerTreeHostImpl minor code cleanup