| Index: Source/modules/webdatabase/SQLTransaction.h
|
| diff --git a/Source/modules/webdatabase/SQLTransaction.h b/Source/modules/webdatabase/SQLTransaction.h
|
| index 5601406c99cad97080d8fac6519b70b0fb811746..537e641fccc720676a43a3fa681047ba9011e60f 100644
|
| --- a/Source/modules/webdatabase/SQLTransaction.h
|
| +++ b/Source/modules/webdatabase/SQLTransaction.h
|
| @@ -43,7 +43,7 @@ namespace WebCore {
|
| class AbstractSQLTransactionBackend;
|
| class Database;
|
| class ExceptionState;
|
| -class SQLError;
|
| +class SQLErrorData;
|
| class SQLStatementCallback;
|
| class SQLStatementErrorCallback;
|
| class SQLTransactionCallback;
|
| @@ -104,7 +104,7 @@ private:
|
| SQLCallbackWrapper<SQLTransactionErrorCallback> m_errorCallbackWrapper;
|
|
|
| bool m_executeSqlAllowed;
|
| - RefPtr<SQLError> m_transactionError;
|
| + OwnPtr<SQLErrorData> m_transactionError;
|
|
|
| bool m_readOnly;
|
| };
|
|
|