| Index: third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/FileWriter.h b/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| index 07cda83c326dd2ab54ed6733f26d1237eb3ae5a5..b257e5eea2866c561f522d588d60d1439a3f4c51 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/FileWriter.h
|
| @@ -57,7 +57,7 @@ class FileWriter final
|
| , public WebFileWriterClient {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(FileWriterBase);
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FileWriter);
|
| + USING_GARBAGE_COLLECTED_MIXIN(FileWriter);
|
| public:
|
| static FileWriter* create(ExecutionContext*);
|
| ~FileWriter() override;
|
|
|