| Index: Source/modules/filesystem/FileWriterSync.h
|
| diff --git a/Source/modules/filesystem/FileWriterSync.h b/Source/modules/filesystem/FileWriterSync.h
|
| index 1a4822cb3e3c21afa882d4341918bee777e44d70..6f63b85cf9e326f07e7582945f77933053842998 100644
|
| --- a/Source/modules/filesystem/FileWriterSync.h
|
| +++ b/Source/modules/filesystem/FileWriterSync.h
|
| @@ -43,6 +43,7 @@ class Blob;
|
| class ExceptionState;
|
|
|
| class FileWriterSync FINAL : public FileWriterBase, public ScriptWrappable, public WebFileWriterClient {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static FileWriterSync* create()
|
| {
|
|
|