| Index: Source/modules/filesystem/FileWriterSync.h
|
| diff --git a/Source/modules/filesystem/FileWriterSync.h b/Source/modules/filesystem/FileWriterSync.h
|
| index eacf1d0147b2520ba5f7e774652c7daeb640f5f6..8924b0225f0a7a2c538dd94175423fc06a9fc233 100644
|
| --- a/Source/modules/filesystem/FileWriterSync.h
|
| +++ b/Source/modules/filesystem/FileWriterSync.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef FileWriterSync_h
|
| #define FileWriterSync_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "core/fileapi/FileError.h"
|
| #include "modules/filesystem/AsyncFileWriterClient.h"
|
| #include "modules/filesystem/FileWriterBase.h"
|
| @@ -42,7 +43,7 @@ class Blob;
|
|
|
| typedef int ExceptionCode;
|
|
|
| -class FileWriterSync : public FileWriterBase, public AsyncFileWriterClient {
|
| +class FileWriterSync : public ScriptWrappable, public FileWriterBase, public AsyncFileWriterClient {
|
| public:
|
| static PassRefPtr<FileWriterSync> create()
|
| {
|
|
|