Chromium Code Reviews| Index: Source/modules/quota/StorageUsageCallback.idl |
| diff --git a/Source/modules/quota/StorageUsageCallback.idl b/Source/modules/quota/StorageUsageCallback.idl |
| index c688bf6ff39284d4e31c335db92ee9fff33f1751..97f971a8b6780ebb8ded3094461fa2b1e7595cff 100644 |
| --- a/Source/modules/quota/StorageUsageCallback.idl |
| +++ b/Source/modules/quota/StorageUsageCallback.idl |
| @@ -29,6 +29,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| Callback |
| ] interface StorageUsageCallback { |
| boolean handleEvent(unsigned long long currentUsageInBytes, unsigned long long currentQuotaInBytes); |