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

Unified Diff: Source/modules/filesystem/Metadata.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/filesystem/FileWriterSync.cpp ('k') | Source/modules/gamepad/Gamepad.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/Metadata.h
diff --git a/Source/modules/filesystem/Metadata.h b/Source/modules/filesystem/Metadata.h
index dcf324db9ac3e603d76dec2f5d9e6c3c691f2760..1f08bb9775051800d885f51ea8df387d87266ceb 100644
--- a/Source/modules/filesystem/Metadata.h
+++ b/Source/modules/filesystem/Metadata.h
@@ -58,10 +58,7 @@ public:
private:
explicit Metadata(const FileMetadata& platformMetadata)
- : m_platformMetadata(platformMetadata)
- {
- ScriptWrappable::init(this);
- }
+ : m_platformMetadata(platformMetadata) { }
FileMetadata m_platformMetadata;
};
« no previous file with comments | « Source/modules/filesystem/FileWriterSync.cpp ('k') | Source/modules/gamepad/Gamepad.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698