Index: Source/modules/quota/StorageUsageCallback.idl |
diff --git a/Source/modules/quota/StorageUsageCallback.idl b/Source/modules/quota/StorageUsageCallback.idl |
index c688bf6ff39284d4e31c335db92ee9fff33f1751..b05213b54052db1abe961180886ce9c300904e2f 100644 |
--- a/Source/modules/quota/StorageUsageCallback.idl |
+++ b/Source/modules/quota/StorageUsageCallback.idl |
@@ -28,8 +28,6 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Callback |
-] interface StorageUsageCallback { |
+callback interface StorageUsageCallback { |
boolean handleEvent(unsigned long long currentUsageInBytes, unsigned long long currentQuotaInBytes); |
}; |