Chromium Code Reviews| Index: Source/modules/webdatabase/SQLResultSet.cpp |
| diff --git a/Source/modules/webdatabase/SQLResultSet.cpp b/Source/modules/webdatabase/SQLResultSet.cpp |
| index 88505ae699f56ef29cf319cad7435bb4f7abc753..4c63a53ff092bb633a6b9e86624153089885e0cf 100644 |
| --- a/Source/modules/webdatabase/SQLResultSet.cpp |
| +++ b/Source/modules/webdatabase/SQLResultSet.cpp |
| @@ -42,7 +42,6 @@ SQLResultSet::SQLResultSet() |
| , m_insertIdSet(false) |
| , m_isValid(false) |
| { |
| - ScriptWrappable::init(this); |
| } |
| void SQLResultSet::trace(Visitor* visitor) |