| Index: Source/modules/webdatabase/SQLResultSet.h
|
| diff --git a/Source/modules/webdatabase/SQLResultSet.h b/Source/modules/webdatabase/SQLResultSet.h
|
| index c418e6ba80d399fc75e9f75efecf5d1f3340ddd4..4204f048d5757ef337f844bf5784b0b25e127a91 100644
|
| --- a/Source/modules/webdatabase/SQLResultSet.h
|
| +++ b/Source/modules/webdatabase/SQLResultSet.h
|
| @@ -38,7 +38,7 @@ namespace blink {
|
|
|
| class ExceptionState;
|
|
|
| -class SQLResultSet : public ThreadSafeRefCountedWillBeGarbageCollectedFinalized<SQLResultSet>, public ScriptWrappable {
|
| +class SQLResultSet FINAL : public ThreadSafeRefCountedWillBeGarbageCollected<SQLResultSet>, public ScriptWrappable {
|
| public:
|
| static PassRefPtrWillBeRawPtr<SQLResultSet> create() { return adoptRefWillBeNoop(new SQLResultSet); }
|
| void trace(Visitor*);
|
|
|