| Index: Source/modules/filesystem/FileWriter.cpp
|
| diff --git a/Source/modules/filesystem/FileWriter.cpp b/Source/modules/filesystem/FileWriter.cpp
|
| index 8dba9bd2ad4b936100e9838aa324e6ccb0006dff..4ea6ba2d00c43edbdc574abfac4c77653642e515 100644
|
| --- a/Source/modules/filesystem/FileWriter.cpp
|
| +++ b/Source/modules/filesystem/FileWriter.cpp
|
| @@ -47,7 +47,7 @@ static const double progressNotificationIntervalMS = 50;
|
|
|
| FileWriter* FileWriter::create(ExecutionContext* context)
|
| {
|
| - FileWriter* fileWriter = adoptRefCountedGarbageCollectedWillBeNoop(new FileWriter(context));
|
| + FileWriter* fileWriter = new FileWriter(context);
|
| fileWriter->suspendIfNeeded();
|
| return fileWriter;
|
| }
|
|
|