Index: Source/modules/quota/StorageQuota.idl |
diff --git a/Source/modules/quota/StorageQuota.idl b/Source/modules/quota/StorageQuota.idl |
index 66a1909454f633b88b92fb6247fae8b190760deb..fdff0bfc5074072bd08c02e862a2f4dd065eb4c2 100644 |
--- a/Source/modules/quota/StorageQuota.idl |
+++ b/Source/modules/quota/StorageQuota.idl |
@@ -25,7 +25,6 @@ |
[ |
NoInterfaceObject, |
- ImplementationLacksVTable |
] 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); |