Index: Source/modules/quota/StorageQuota.idl |
diff --git a/Source/modules/quota/StorageQuota.idl b/Source/modules/quota/StorageQuota.idl |
index fdff0bfc5074072bd08c02e862a2f4dd065eb4c2..bc008dd9b123e2e4f235bfce36e040cfca6ea1e6 100644 |
--- a/Source/modules/quota/StorageQuota.idl |
+++ b/Source/modules/quota/StorageQuota.idl |
@@ -24,7 +24,7 @@ |
*/ |
[ |
- NoInterfaceObject, |
+ NoInterfaceObject |
] interface StorageQuota { |
[CallWith=ScriptExecutionContext] void queryUsageAndQuota(StorageUsageCallback usageCallback, optional StorageErrorCallback errorCallback); |
[CallWith=ScriptExecutionContext] void requestQuota(unsigned long long newQuotaInBytes, optional StorageQuotaCallback quotaCallback, optional StorageErrorCallback errorCallback); |