| Index: Source/modules/filesystem/EntrySync.h
|
| diff --git a/Source/modules/filesystem/EntrySync.h b/Source/modules/filesystem/EntrySync.h
|
| index 908de8804a5b37157b0ef4f919d21161a61185ee..b61810965347f2345b697a605dbf599e0754b37e 100644
|
| --- a/Source/modules/filesystem/EntrySync.h
|
| +++ b/Source/modules/filesystem/EntrySync.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef EntrySync_h
|
| #define EntrySync_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "modules/filesystem/DOMFileSystemSync.h"
|
| #include "modules/filesystem/EntryBase.h"
|
| #include "wtf/Forward.h"
|
| @@ -44,7 +45,7 @@ class Metadata;
|
|
|
| typedef int ExceptionCode;
|
|
|
| -class EntrySync : public EntryBase {
|
| +class EntrySync : public ScriptWrappable, public EntryBase {
|
| public:
|
| static PassRefPtr<EntrySync> create(EntryBase*);
|
|
|
|
|