Chromium Code Reviews| Index: Source/modules/webdatabase/SQLStatementErrorCallback.idl |
| diff --git a/Source/modules/webdatabase/SQLStatementErrorCallback.idl b/Source/modules/webdatabase/SQLStatementErrorCallback.idl |
| index 9867b47ae14bde6b94a767108c5c1f120fded947..ef1c5c505e901a84f93945eacb46065fda888b1b 100644 |
| --- a/Source/modules/webdatabase/SQLStatementErrorCallback.idl |
| +++ b/Source/modules/webdatabase/SQLStatementErrorCallback.idl |
| @@ -27,6 +27,7 @@ |
| */ |
| [ |
| + NoInterfaceObject, |
| Callback |
| ] interface SQLStatementErrorCallback { |
| [Custom] boolean handleEvent(SQLTransaction transaction, SQLError error); |