diff -r 11152544c1e0 -r 9a0203562da5 pidgin/gtkwebview.c --- a/pidgin/gtkwebview.c Mon Jan 27 17:27:12 2014 +0530 +++ b/pidgin/gtkwebview.c Mon Jan 27 17:27:53 2014 +0530 @@ -27,9 +27,11 @@ #include "internal.h" #include "debug.h" +#include "glibcompat.h" #include "pidgin.h" #include + #include "gtkutils.h" #include "gtkwebview.h" #include "gtkwebviewtoolbar.h" @@ -1342,7 +1344,7 @@ } priv->edit.block_changed = TRUE; - webkit_dom_document_exec_command(dom, name, FALSE, value); + webkit_dom_document_exec_command(dom, (gchar *)name, FALSE, (gchar *)value); priv->edit.block_changed = FALSE; if (priv->edit.wbfo) {