Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1963)

Unified Diff: Source/modules/webdatabase/SQLResultSetRowList.h

Issue 540283003: bindings: Retires ScriptWrappable::init, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed a review comment. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/webdatabase/SQLResultSet.cpp ('k') | Source/modules/webdatabase/SQLTransaction.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/modules/webdatabase/SQLResultSet.cpp ('k') | Source/modules/webdatabase/SQLTransaction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698