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

Unified Diff: Source/modules/filesystem/FileEntrySync.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/FileEntry.cpp ('k') | Source/modules/filesystem/FileWriter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/FileEntrySync.cpp
diff --git a/Source/modules/filesystem/FileEntrySync.cpp b/Source/modules/filesystem/FileEntrySync.cpp
index 26f06f693100bfa59f9ffe397f61104f642c228a..5aaf06a7eae6e972c391d7caaa3eba5db860fd65 100644
--- a/Source/modules/filesystem/FileEntrySync.cpp
+++ b/Source/modules/filesystem/FileEntrySync.cpp
@@ -40,7 +40,6 @@ namespace blink {
FileEntrySync::FileEntrySync(DOMFileSystemBase* fileSystem, const String& fullPath)
: EntrySync(fileSystem, fullPath)
{
- ScriptWrappable::init(this);
}
PassRefPtrWillBeRawPtr<File> FileEntrySync::file(ExceptionState& exceptionState)
« no previous file with comments | « Source/modules/filesystem/FileEntry.cpp ('k') | Source/modules/filesystem/FileWriter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698