| Index: Source/modules/filesystem/FileWriterSync.h
|
| diff --git a/Source/modules/filesystem/FileWriterSync.h b/Source/modules/filesystem/FileWriterSync.h
|
| index 308a2a07b57443aed98c468738b10ebc5a632f46..a1115eec8ddebef9606d38b930e61c2b02dd9e97 100644
|
| --- a/Source/modules/filesystem/FileWriterSync.h
|
| +++ b/Source/modules/filesystem/FileWriterSync.h
|
| @@ -59,6 +59,7 @@ public:
|
| return new FileWriterSync();
|
| }
|
| virtual ~FileWriterSync();
|
| + virtual void trace(Visitor*) override;
|
|
|
| // FileWriterBase
|
| void write(Blob*, ExceptionState&);
|
| @@ -82,4 +83,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // FileWriter_h
|
| +#endif // FileWriterSync_h
|
|
|