| Index: Source/modules/filesystem/EntrySync.h
|
| diff --git a/Source/modules/filesystem/EntrySync.h b/Source/modules/filesystem/EntrySync.h
|
| index ba85f2dc8cf6f210095ca2bc338d42ed0c9c74f4..4576e237b51cfaa1bc9e1e1f2e20303e3350e685 100644
|
| --- a/Source/modules/filesystem/EntrySync.h
|
| +++ b/Source/modules/filesystem/EntrySync.h
|
| @@ -44,6 +44,7 @@ class Metadata;
|
| class ExceptionState;
|
|
|
| class EntrySync : public EntryBase, public ScriptWrappable {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static EntrySync* create(EntryBase*);
|
|
|
| @@ -61,6 +62,6 @@ protected:
|
| EntrySync(DOMFileSystemBase*, const String& fullPath);
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
|
|
| #endif // EntrySync_h
|
|
|