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

Unified Diff: Source/modules/webdatabase/SQLError.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/DatabaseSync.cpp ('k') | Source/modules/webdatabase/SQLResultSet.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/modules/webdatabase/DatabaseSync.cpp ('k') | Source/modules/webdatabase/SQLResultSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698