summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/WebCoreSupport/WebChromeClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/WebCoreSupport/WebChromeClient.h')
-rw-r--r--WebKit/mac/WebCoreSupport/WebChromeClient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/mac/WebCoreSupport/WebChromeClient.h b/WebKit/mac/WebCoreSupport/WebChromeClient.h
index b2f04f1..6c3d71e 100644
--- a/WebKit/mac/WebCoreSupport/WebChromeClient.h
+++ b/WebKit/mac/WebCoreSupport/WebChromeClient.h
@@ -104,9 +104,9 @@ public:
virtual void setToolTip(const WebCore::String&);
virtual void print(WebCore::Frame*);
-
+#if ENABLE(DATABASE)
virtual void exceededDatabaseQuota(WebCore::Frame*, const WebCore::String& databaseName);
-
+#endif
virtual void populateVisitedLinks();
#if ENABLE(DASHBOARD_SUPPORT)