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

Unified Diff: Source/modules/filesystem/EntrySync.cpp

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/Entry.cpp ('k') | Source/modules/filesystem/FileEntry.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/EntrySync.cpp
diff --git a/Source/modules/filesystem/EntrySync.cpp b/Source/modules/filesystem/EntrySync.cpp
index 12c8ca1a811332a82d84d0b8b1cebe9dc5a7b1d6..fefb59ff77cb221df43db60801148140d198e8d4 100644
--- a/Source/modules/filesystem/EntrySync.cpp
+++ b/Source/modules/filesystem/EntrySync.cpp
@@ -88,7 +88,6 @@ EntrySync* EntrySync::getParent() const
EntrySync::EntrySync(DOMFileSystemBase* fileSystem, const String& fullPath)
: EntryBase(fileSystem, fullPath)
{
- ScriptWrappable::init(this);
}
void EntrySync::trace(Visitor* visitor)
« no previous file with comments | « Source/modules/filesystem/Entry.cpp ('k') | Source/modules/filesystem/FileEntry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698