summaryrefslogtreecommitdiffstats
path: root/WebKit/gtk/webkit/webkitwebplugindatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/gtk/webkit/webkitwebplugindatabase.cpp')
-rw-r--r--WebKit/gtk/webkit/webkitwebplugindatabase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/gtk/webkit/webkitwebplugindatabase.cpp b/WebKit/gtk/webkit/webkitwebplugindatabase.cpp
index 08328a0..2d36115 100644
--- a/WebKit/gtk/webkit/webkitwebplugindatabase.cpp
+++ b/WebKit/gtk/webkit/webkitwebplugindatabase.cpp
@@ -20,7 +20,7 @@
#include "webkitwebplugindatabase.h"
#include "PluginDatabase.h"
-#include "webkitprivate.h"
+#include "webkitglobalsprivate.h"
#include "webkitwebplugindatabaseprivate.h"
#include "webkitwebpluginprivate.h"
@@ -47,7 +47,7 @@ static void webkit_web_plugin_database_dispose(GObject* object)
static void webkit_web_plugin_database_class_init(WebKitWebPluginDatabaseClass* klass)
{
- webkit_init();
+ webkitInit();
GObjectClass* gobjectClass = reinterpret_cast<GObjectClass*>(klass);