diff options
author | Alp Toker <atoker@src.gnome.org> | 2007-12-01 12:50:17 +0800 |
---|---|---|
committer | Alp Toker <atoker@src.gnome.org> | 2007-12-01 12:50:17 +0800 |
commit | df3cc79505791b7e4734081063cf86cef07cb1ec (patch) | |
tree | 5523e89275ab495548ad8b79c5d6037a1a37b38b /embed/webkit/webkit-embed-single.cpp | |
parent | 390ae1dcd34b51ee017ff4e61358610112dbe155 (diff) | |
download | gsoc2013-epiphany-df3cc79505791b7e4734081063cf86cef07cb1ec.tar gsoc2013-epiphany-df3cc79505791b7e4734081063cf86cef07cb1ec.tar.gz gsoc2013-epiphany-df3cc79505791b7e4734081063cf86cef07cb1ec.tar.bz2 gsoc2013-epiphany-df3cc79505791b7e4734081063cf86cef07cb1ec.tar.lz gsoc2013-epiphany-df3cc79505791b7e4734081063cf86cef07cb1ec.tar.xz gsoc2013-epiphany-df3cc79505791b7e4734081063cf86cef07cb1ec.tar.zst gsoc2013-epiphany-df3cc79505791b7e4734081063cf86cef07cb1ec.zip |
Match WebKit/GTK+ API changes made in WebKit SVN r28273
http://bugs.webkit.org/show_bug.cgi?id=15691
[GTK] Public API does not follow GTK+ conventions
This change is part of the current API stabilization effort.
svn path=/trunk/; revision=7740
Diffstat (limited to 'embed/webkit/webkit-embed-single.cpp')
-rw-r--r-- | embed/webkit/webkit-embed-single.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/webkit/webkit-embed-single.cpp b/embed/webkit/webkit-embed-single.cpp index 58fb0b88a..521fad49d 100644 --- a/embed/webkit/webkit-embed-single.cpp +++ b/embed/webkit/webkit-embed-single.cpp @@ -23,7 +23,7 @@ #include <glib/gi18n.h> #include <libgnomevfs/gnome-vfs-utils.h> -#include <webkitgtkglobal.h> +#include <webkitglobal.h> #include "webkit-embed-single.h" #include "ephy-embed-single.h" |