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