| Index: third_party/WebKit/Source/modules/webdatabase/SQLStatement.h
|
| diff --git a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h
|
| index 6a598e087ba159a903a32285f4a87a6fb25feb88..a9636120d49492269af78e46ee726188d675acac 100644
|
| --- a/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h
|
| +++ b/third_party/WebKit/Source/modules/webdatabase/SQLStatement.h
|
| @@ -41,10 +41,9 @@ class SQLStatementCallback;
|
| class SQLStatementErrorCallback;
|
| class SQLTransaction;
|
|
|
| -class SQLStatement final : public GarbageCollectedFinalized<SQLStatement> {
|
| +class SQLStatement final : public GarbageCollected<SQLStatement> {
|
| public:
|
| static SQLStatement* create(Database*, SQLStatementCallback*, SQLStatementErrorCallback*);
|
| - ~SQLStatement();
|
| DECLARE_TRACE();
|
|
|
| bool performCallback(SQLTransaction*);
|
|
|