| Index: Source/modules/quota/StorageInfo.h
|
| diff --git a/Source/modules/quota/StorageInfo.h b/Source/modules/quota/StorageInfo.h
|
| index a71c2dfcd695e8cc97452cf09c4a4119f4b43eb1..db0687dc34a8e6dc4dede89917993def0f31d995 100644
|
| --- a/Source/modules/quota/StorageInfo.h
|
| +++ b/Source/modules/quota/StorageInfo.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef StorageInfo_h
|
| #define StorageInfo_h
|
|
|
| +#include "bindings/v8/ScriptWrappable.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| @@ -43,7 +44,7 @@ class StorageQuota;
|
| class StorageQuotaCallback;
|
| class StorageUsageCallback;
|
|
|
| -class StorageInfo : public RefCounted<StorageInfo> {
|
| +class StorageInfo : public RefCounted<StorageInfo>, public ScriptWrappable {
|
| public:
|
| enum {
|
| TEMPORARY,
|
|
|