| Index: Source/modules/filesystem/EntryArraySync.h
|
| diff --git a/Source/modules/filesystem/EntryArraySync.h b/Source/modules/filesystem/EntryArraySync.h
|
| index ca910dd5a55705a35ae88985e3f47dd8960ddb0a..2a0508d77b23a64d8ecf05331972f7d38ce3ffc4 100644
|
| --- a/Source/modules/filesystem/EntryArraySync.h
|
| +++ b/Source/modules/filesystem/EntryArraySync.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef EntryArraySync_h
|
| #define EntryArraySync_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "modules/filesystem/EntrySync.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -39,7 +40,7 @@ namespace WebCore {
|
|
|
| class EntryArray;
|
|
|
| -class EntryArraySync : public RefCounted<EntryArraySync> {
|
| +class EntryArraySync : public RefCounted<EntryArraySync>, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<EntryArraySync> create()
|
| {
|
|
|