Chromium Code Reviews| Index: Source/modules/quota/StorageQuota.cpp |
| diff --git a/Source/modules/quota/StorageQuota.cpp b/Source/modules/quota/StorageQuota.cpp |
| index f69d4835df2fc7be6a0f213e822421fa63f022c0..37b12e3d97a070d611a64559cf49c5d53d62cfca 100644 |
| --- a/Source/modules/quota/StorageQuota.cpp |
| +++ b/Source/modules/quota/StorageQuota.cpp |
| @@ -37,6 +37,7 @@ namespace WebCore { |
| StorageQuota::StorageQuota(Type type) |
| : m_type(type) |
| { |
| + ScriptWrappable::init(this); |
| } |
| StorageQuota::~StorageQuota() |