| Index: Source/modules/quota/StorageQuota.h
|
| diff --git a/Source/modules/quota/StorageQuota.h b/Source/modules/quota/StorageQuota.h
|
| index 143e70f978f52d9f9f84af87448784fbde0c5df3..0afe637634563aba5293d902eedb0088fbf97e4a 100644
|
| --- a/Source/modules/quota/StorageQuota.h
|
| +++ b/Source/modules/quota/StorageQuota.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef StorageQuota_h
|
| #define StorageQuota_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| @@ -41,7 +42,7 @@ class StorageErrorCallback;
|
| class StorageQuotaCallback;
|
| class StorageUsageCallback;
|
|
|
| -class StorageQuota : public RefCounted<StorageQuota> {
|
| +class StorageQuota : public RefCounted<StorageQuota>, public ScriptWrappable {
|
| public:
|
| enum Type {
|
| Temporary,
|
|
|