summaryrefslogtreecommitdiff
path: root/Source/WebCore/Modules/quota/StorageUsageCallback.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/quota/StorageUsageCallback.idl')
-rw-r--r--Source/WebCore/Modules/quota/StorageUsageCallback.idl4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/WebCore/Modules/quota/StorageUsageCallback.idl b/Source/WebCore/Modules/quota/StorageUsageCallback.idl
index 5ea7a0ebc..d6bd5cae5 100644
--- a/Source/WebCore/Modules/quota/StorageUsageCallback.idl
+++ b/Source/WebCore/Modules/quota/StorageUsageCallback.idl
@@ -30,6 +30,4 @@
[
Conditional=QUOTA,
-] callback interface StorageUsageCallback {
- boolean handleEvent(unsigned long long currentUsageInBytes, unsigned long long currentQuotaInBytes);
-};
+] callback StorageUsageCallback = void (unsigned long long currentUsageInBytes, unsigned long long currentQuotaInBytes);