Chromium Code Reviews| Index: Source/modules/filesystem/EntryArray.cpp |
| diff --git a/Source/modules/filesystem/EntryArray.cpp b/Source/modules/filesystem/EntryArray.cpp |
| index 9a912f62273b7f6d22573090c9448c552b0d83ce..773d49b63603f0e35adeef3169dd28b91150d501 100644 |
| --- a/Source/modules/filesystem/EntryArray.cpp |
| +++ b/Source/modules/filesystem/EntryArray.cpp |
| @@ -35,6 +35,7 @@ namespace WebCore { |
| EntryArray::EntryArray() |
| { |
| + ScriptWrappable::init(this); |
| } |
| Entry* EntryArray::item(unsigned index) const |