Index: Source/modules/webdatabase/SQLStatementCallback.idl |
diff --git a/Source/modules/webdatabase/SQLStatementCallback.idl b/Source/modules/webdatabase/SQLStatementCallback.idl |
index c984b5b324fd9fa5e05ee57e57c41026275ad68f..48078af4b9113c13bf603dba864bb8bef9ccb056 100644 |
--- a/Source/modules/webdatabase/SQLStatementCallback.idl |
+++ b/Source/modules/webdatabase/SQLStatementCallback.idl |
@@ -26,8 +26,6 @@ |
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-[ |
- Callback |
-] interface SQLStatementCallback { |
+callback interface SQLStatementCallback { |
boolean handleEvent(SQLTransaction transaction, SQLResultSet resultSet); |
}; |