| Index: Source/modules/webdatabase/SQLTransaction.h
|
| diff --git a/Source/modules/webdatabase/SQLTransaction.h b/Source/modules/webdatabase/SQLTransaction.h
|
| index e891d553504e6604c0c19c69d1b4d99740c951c5..79fcaf3b98c90b41832b6be40dff9e718894f9ca 100644
|
| --- a/Source/modules/webdatabase/SQLTransaction.h
|
| +++ b/Source/modules/webdatabase/SQLTransaction.h
|
| @@ -41,7 +41,6 @@ namespace WebCore {
|
|
|
| class AbstractSQLTransactionBackend;
|
| class Database;
|
| -class ExceptionState;
|
| class SQLError;
|
| class SQLStatementCallback;
|
| class SQLStatementErrorCallback;
|
| @@ -59,7 +58,7 @@ public:
|
| void performPendingCallback();
|
|
|
| void executeSQL(const String& sqlStatement, const Vector<SQLValue>& arguments,
|
| - PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, ExceptionState&);
|
| + PassRefPtr<SQLStatementCallback>, PassRefPtr<SQLStatementErrorCallback>, ExceptionCode&);
|
|
|
| Database* database() { return m_database.get(); }
|
|
|
|
|