Initial patch.
[vuplus_webkit] / Source / WebKit / win / WebCoreSupport / WebChromeClient.h
index 97e7ba1..2e84d1e 100644 (file)
@@ -113,7 +113,7 @@ public:
 
     virtual void print(WebCore::Frame*);
 
-#if ENABLE(DATABASE)
+#if ENABLE(SQL_DATABASE)
     virtual void exceededDatabaseQuota(WebCore::Frame*, const WTF::String&);
 #endif