I'm having some problems with quotas in WebKitGTK+. My problem is that when I enable quota (--enable-quota) I get a compile error:
DerivedSources/WebCore/JSStorageInfoUsageCallback.cpp: In member function 'virtual bool WebCore::JSStorageInfoUsageCallback::handleEvent(long long unsigned int, long long unsigned int)': DerivedSources/WebCore/JSStorageInfoUsageCallback.cpp:67:71: error: no matching function for call to 'toJS(JSC::ExecState*&, WebCore::JSDOMGlobalObject*, long long unsigned int&)' DerivedSources/WebCore/JSStorageInfoUsageCallback.cpp:68:71: error: no matching function for call to 'toJS(JSC::ExecState*&, WebCore::JSDOMGlobalObject*, long long unsigned int&)' make[3]: *** [DerivedSources/WebCore/libWebCore_la-JSStorageInfoUsageCallback.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... DerivedSources/WebCore/JSStorageInfoQuotaCallback.cpp: In member function 'virtual bool WebCore::JSStorageInfoQuotaCallback::handleEvent(long long unsigned int)': DerivedSources/WebCore/JSStorageInfoQuotaCallback.cpp:67:71: error: no matching function for call to 'toJS(JSC::ExecState*&, WebCore::JSDOMGlobalObject*, long long unsigned int&)' make[3]: *** [DerivedSources/WebCore/libWebCore_la-JSStorageInfoQuotaCallback.lo] Error 1 Do you have any ideas on what to do? Or is the feature not fully implemented. Please let me know if you need more information. Best regards Christian
_______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-gtk
