| Index: Source/modules/webdatabase/SQLResultSetRowList.h
|
| diff --git a/Source/modules/webdatabase/SQLResultSetRowList.h b/Source/modules/webdatabase/SQLResultSetRowList.h
|
| index 696da1975b627016fee801113adcf66829ac613d..9e719fa5a8980d83fa28ce562e1e0cf8cdb7faf0 100644
|
| --- a/Source/modules/webdatabase/SQLResultSetRowList.h
|
| +++ b/Source/modules/webdatabase/SQLResultSetRowList.h
|
| @@ -52,10 +52,7 @@ public:
|
| unsigned length() const;
|
|
|
| private:
|
| - SQLResultSetRowList()
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + SQLResultSetRowList() { }
|
|
|
| Vector<String> m_columns;
|
| Vector<SQLValue> m_result;
|
|
|