Index: Source/modules/quota/StorageInfo.h |
diff --git a/Source/modules/quota/StorageInfo.h b/Source/modules/quota/StorageInfo.h |
index eb26cf51a2b39de188d7890a05fef655428f7d7c..1d644d9a931c49fed8fbb28a0b566f586563faf1 100644 |
--- a/Source/modules/quota/StorageInfo.h |
+++ b/Source/modules/quota/StorageInfo.h |
@@ -37,6 +37,7 @@ |
namespace blink { |
class StorageInfo FINAL : public GarbageCollected<StorageInfo>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static StorageInfo* create(unsigned long long usage, unsigned long long quota) |
{ |