Index: Source/modules/webdatabase/SQLStatementErrorCallback.idl |
diff --git a/Source/modules/webdatabase/SQLStatementErrorCallback.idl b/Source/modules/webdatabase/SQLStatementErrorCallback.idl |
index 9867b47ae14bde6b94a767108c5c1f120fded947..117431d7ce3d9dbc774064b31d472587d7ccce1b 100644 |
--- a/Source/modules/webdatabase/SQLStatementErrorCallback.idl |
+++ b/Source/modules/webdatabase/SQLStatementErrorCallback.idl |
@@ -26,8 +26,6 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Callback |
-] interface SQLStatementErrorCallback { |
+callback interface SQLStatementErrorCallback { |
[Custom] boolean handleEvent(SQLTransaction transaction, SQLError error); |
}; |