Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / fileapi / Blob.h
index d126317..0a34f94 100644 (file)
@@ -46,6 +46,7 @@ class ExceptionState;
 class ExecutionContext;
 
 class Blob : public RefCountedWillBeGarbageCollectedFinalized<Blob>, public ScriptWrappable, public URLRegistrable {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<Blob> create()
     {