From d0825bca7fe65beaee391d30da42e937db621564 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 2 Feb 2010 14:57:50 +0000 Subject: Merge webkit.org at r54127 : Initial merge by git Change-Id: Ib661abb595522f50ea406f72d3a0ce17f7193c82 --- WebCore/storage/SQLTransaction.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'WebCore/storage/SQLTransaction.idl') diff --git a/WebCore/storage/SQLTransaction.idl b/WebCore/storage/SQLTransaction.idl index 5d4885c..7d694e8 100644 --- a/WebCore/storage/SQLTransaction.idl +++ b/WebCore/storage/SQLTransaction.idl @@ -29,7 +29,8 @@ module storage { interface [ - Conditional=DATABASE + Conditional=DATABASE, + OmitConstructor ] SQLTransaction { [Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallback callback, in SQLStatementErrorCallback errorCallback); }; -- cgit v1.1