From 8ccf722629b08f2a06b2cadbdc3d0c9dc885e25d Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Wed, 13 May 2009 17:58:43 +0100 Subject: Apply fixes for webkit bugs 24776 and 25616 to add ENABLE(DATABASE) guards. This makes the macro work, so ENABLE_DATABASE can be toggled in config.h and the JavaScriptCore.derived.mk or V8Bindings.derived.mk. --- WebCore/page/ChromeClient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'WebCore/page') diff --git a/WebCore/page/ChromeClient.h b/WebCore/page/ChromeClient.h index 6f82bc1..7b0fa76 100644 --- a/WebCore/page/ChromeClient.h +++ b/WebCore/page/ChromeClient.h @@ -130,7 +130,9 @@ namespace WebCore { virtual void print(Frame*) = 0; +#if ENABLE(DATABASE) virtual void exceededDatabaseQuota(Frame*, const String& databaseName) = 0; +#endif #if ENABLE(DASHBOARD_SUPPORT) virtual void dashboardRegionsChanged(); -- cgit v1.1