diff options
Diffstat (limited to 'Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.idl')
-rw-r--r-- | Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.idl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.idl b/Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.idl index 5e3df6652..c68482315 100644 --- a/Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.idl +++ b/Source/WebCore/Modules/webdatabase/SQLStatementErrorCallback.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. * @@ -27,7 +27,5 @@ */ [ - Conditional=SQL_DATABASE, -] callback interface SQLStatementErrorCallback { - [Custom] boolean handleEvent(SQLTransaction transaction, SQLError error); -}; + Custom +] callback SQLStatementErrorCallback = boolean (SQLTransaction transaction, SQLError error); |