Index: Source/modules/filesystem/Entry.cpp |
diff --git a/Source/modules/filesystem/Entry.cpp b/Source/modules/filesystem/Entry.cpp |
index 93afb2415882f28a420190f8069eb4a929a6c88b..e8f2ba9bfb0bc2344c4fb808b5a515b8d8631f79 100644 |
--- a/Source/modules/filesystem/Entry.cpp |
+++ b/Source/modules/filesystem/Entry.cpp |
@@ -46,7 +46,6 @@ namespace blink { |
Entry::Entry(DOMFileSystemBase* fileSystem, const String& fullPath) |
: EntryBase(fileSystem, fullPath) |
{ |
- ScriptWrappable::init(this); |
} |
void Entry::getMetadata(PassOwnPtrWillBeRawPtr<MetadataCallback> successCallback, PassOwnPtrWillBeRawPtr<ErrorCallback> errorCallback) |