summaryrefslogtreecommitdiff
path: root/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl')
-rw-r--r--Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl8
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl b/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
index 58feec93b..75f81f59c 100644
--- a/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
+++ b/Source/WebCore/Modules/webdatabase/SQLStatementCallback.idl
@@ -10,7 +10,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
+ * 3. Neither the name of Apple Inc. ("Apple") nor the names of
* its contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
@@ -26,8 +26,4 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-[
- Conditional=SQL_DATABASE,
-] callback interface SQLStatementCallback {
- boolean handleEvent(SQLTransaction transaction, SQLResultSet resultSet);
-};
+callback SQLStatementCallback = void (SQLTransaction transaction, SQLResultSet resultSet);