| Index: Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
|
| diff --git a/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl b/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
|
| index dd00b9ccd1fbd3ad2b65f4c65f0e38f684f8f25f..c984b5b324fd9fa5e05ee57e57c41026275ad68f 100644
|
| --- a/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
|
| +++ b/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
|
| @@ -27,7 +27,6 @@
|
| */
|
|
|
| [
|
| - Conditional=SQL_DATABASE,
|
| Callback
|
| ] interface SQLStatementCallback {
|
| boolean handleEvent(SQLTransaction transaction, SQLResultSet resultSet);
|
|
|