| Index: Source/modules/filesystem/EntryArray.h
|
| diff --git a/Source/modules/filesystem/EntryArray.h b/Source/modules/filesystem/EntryArray.h
|
| index f49102da56ea8620bb7dc751fb5476c1f18b9c6c..5c77dc968a59044bc4cd4c32915b1c74a53fe81f 100644
|
| --- a/Source/modules/filesystem/EntryArray.h
|
| +++ b/Source/modules/filesystem/EntryArray.h
|
| @@ -31,13 +31,14 @@
|
| #ifndef EntryArray_h
|
| #define EntryArray_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "modules/filesystem/Entry.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| namespace WebCore {
|
|
|
| -class EntryArray : public RefCounted<EntryArray> {
|
| +class EntryArray : public RefCounted<EntryArray>, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<EntryArray> create()
|
| {
|
|
|