| Index: Source/modules/webdatabase/SQLError.h
|
| diff --git a/Source/modules/webdatabase/SQLError.h b/Source/modules/webdatabase/SQLError.h
|
| index d8a6404925359b64d65c4e3e65d3f0fea6184a61..6f105da5efb69a17a549169015bce2b9d25279be 100644
|
| --- a/Source/modules/webdatabase/SQLError.h
|
| +++ b/Source/modules/webdatabase/SQLError.h
|
| @@ -87,10 +87,8 @@ public:
|
| static const char versionErrorMessage[];
|
|
|
| private:
|
| - explicit SQLError(const SQLErrorData& data) : m_data(data)
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + explicit SQLError(const SQLErrorData& data)
|
| + : m_data(data) { }
|
|
|
| const SQLErrorData m_data;
|
| };
|
|
|