Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / filesystem / EntrySync.h
index ba85f2d..4576e23 100644 (file)
@@ -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