Index: Source/modules/filesystem/FileEntry.cpp |
diff --git a/Source/modules/filesystem/FileEntry.cpp b/Source/modules/filesystem/FileEntry.cpp |
index 2aa5e810555594c29d6db39b8d8a597449235cb5..6056e508c7ea09e9f413c88e96263bf6745f11e6 100644 |
--- a/Source/modules/filesystem/FileEntry.cpp |
+++ b/Source/modules/filesystem/FileEntry.cpp |
@@ -42,7 +42,6 @@ namespace blink { |
FileEntry::FileEntry(DOMFileSystemBase* fileSystem, const String& fullPath) |
: Entry(fileSystem, fullPath) |
{ |
- ScriptWrappable::init(this); |
} |
void FileEntry::createWriter(PassOwnPtrWillBeRawPtr<FileWriterCallback> successCallback, PassOwnPtrWillBeRawPtr<ErrorCallback> errorCallback) |