Index: Source/modules/quota/StorageErrorCallback.idl |
diff --git a/Source/modules/quota/StorageErrorCallback.idl b/Source/modules/quota/StorageErrorCallback.idl |
index 972216b6a079b3cbb0ba8f28974765444827eb09..0d65450be7bc64e37ccc6014ff09e46f039f4379 100644 |
--- a/Source/modules/quota/StorageErrorCallback.idl |
+++ b/Source/modules/quota/StorageErrorCallback.idl |
@@ -28,8 +28,6 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Callback |
-] interface StorageErrorCallback { |
+callback interface StorageErrorCallback { |
boolean handleEvent(DOMCoreException error); |
}; |