Fix a warning in the GTK+ build.
authormrobinson@webkit.org <mrobinson@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 Jan 2012 22:53:44 +0000 (22:53 +0000)
committermrobinson@webkit.org <mrobinson@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 Jan 2012 22:53:44 +0000 (22:53 +0000)
commit3e1768b5ab86293ab1041d322226f862f22cf8ae
tree5b1e7325edc28555e7e34385629212b7c3d9a7e8
parenta36470c68ccaef89cc4700283b8bdab485bb830e
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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106155 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/plugins/gtk/PluginViewGtk.cpp