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) |