| Index: Source/modules/webdatabase/SQLResultSetRowList.h
|
| diff --git a/Source/modules/webdatabase/SQLResultSetRowList.h b/Source/modules/webdatabase/SQLResultSetRowList.h
|
| index b9db98605ff8cd67fa35f41a44dcf8ce194d0bd2..696da1975b627016fee801113adcf66829ac613d 100644
|
| --- a/Source/modules/webdatabase/SQLResultSetRowList.h
|
| +++ b/Source/modules/webdatabase/SQLResultSetRowList.h
|
| @@ -38,6 +38,7 @@
|
| namespace blink {
|
|
|
| class SQLResultSetRowList : public RefCountedWillBeGarbageCollectedFinalized<SQLResultSetRowList>, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<SQLResultSetRowList> create() { return adoptRefWillBeNoop(new SQLResultSetRowList); }
|
| void trace(Visitor*) { }
|
| @@ -60,6 +61,6 @@ private:
|
| Vector<SQLValue> m_result;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // SQLResultSetRowList_h
|
|
|