| Index: Source/modules/webdatabase/SQLStatement.h
|
| diff --git a/Source/modules/webdatabase/SQLStatement.h b/Source/modules/webdatabase/SQLStatement.h
|
| index 58c8759980373fb80474952528e26a60c52b2e61..5a6d20291f3e1aae44876c2f2d2ebd99b25f6541 100644
|
| --- a/Source/modules/webdatabase/SQLStatement.h
|
| +++ b/Source/modules/webdatabase/SQLStatement.h
|
| @@ -47,8 +47,9 @@ class SQLTransaction;
|
|
|
| class SQLStatement FINAL : public AbstractSQLStatement {
|
| public:
|
| - static PassOwnPtr<SQLStatement> create(Database*,
|
| + static PassOwnPtrWillBeRawPtr<SQLStatement> create(Database*,
|
| PassOwnPtr<SQLStatementCallback>, PassOwnPtr<SQLStatementErrorCallback>);
|
| + virtual void trace(Visitor*) OVERRIDE;
|
|
|
| bool performCallback(SQLTransaction*);
|
|
|
|
|