Chromium Code Reviews| Index: Source/modules/webdatabase/SQLTransactionErrorCallback.idl |
| diff --git a/Source/modules/webdatabase/SQLTransactionErrorCallback.idl b/Source/modules/webdatabase/SQLTransactionErrorCallback.idl |
| index 59df1a87807b37a395ed665f25eaa0034d1c4441..3f997e8c0ac6e70913d92e68ceb0d5665d2363ef 100644 |
| --- a/Source/modules/webdatabase/SQLTransactionErrorCallback.idl |
| +++ b/Source/modules/webdatabase/SQLTransactionErrorCallback.idl |
| @@ -27,6 +27,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| Callback |
| ] interface SQLTransactionErrorCallback { |
| boolean handleEvent(SQLError error); |