| Index: Source/core/storage/Storage.h
|
| diff --git a/Source/core/storage/Storage.h b/Source/core/storage/Storage.h
|
| index ec29f4e29a117d3d1c573f7435bb8d5a8c7ce7ca..d7c4c47fb6e61c2c0e5d4924c9617f131f1c1736 100644
|
| --- a/Source/core/storage/Storage.h
|
| +++ b/Source/core/storage/Storage.h
|
| @@ -41,6 +41,7 @@ class ExceptionState;
|
| class LocalFrame;
|
|
|
| class Storage FINAL : public RefCountedWillBeGarbageCollectedFinalized<Storage>, public ScriptWrappable, public DOMWindowProperty {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<Storage> create(LocalFrame*, PassOwnPtrWillBeRawPtr<StorageArea>);
|
| virtual ~Storage();
|
|
|