| Index: Source/modules/filesystem/FileWriterSync.h
|
| diff --git a/Source/modules/filesystem/FileWriterSync.h b/Source/modules/filesystem/FileWriterSync.h
|
| index a1115eec8ddebef9606d38b930e61c2b02dd9e97..82bd91c59fa4264831eb7e19704a230ad5fb8ca7 100644
|
| --- a/Source/modules/filesystem/FileWriterSync.h
|
| +++ b/Source/modules/filesystem/FileWriterSync.h
|
| @@ -59,7 +59,7 @@ public:
|
| return new FileWriterSync();
|
| }
|
| virtual ~FileWriterSync();
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| // FileWriterBase
|
| void write(Blob*, ExceptionState&);
|
|
|