| Index: Source/core/events/ApplicationCacheErrorEvent.h
|
| diff --git a/Source/core/events/ApplicationCacheErrorEvent.h b/Source/core/events/ApplicationCacheErrorEvent.h
|
| index 2680df1f7803a3f5b92ce7f340304dbe4ef3357a..843937dd66c05a25aa164428552ae62710e70da9 100644
|
| --- a/Source/core/events/ApplicationCacheErrorEvent.h
|
| +++ b/Source/core/events/ApplicationCacheErrorEvent.h
|
| @@ -23,6 +23,7 @@ struct ApplicationCacheErrorEventInit : public EventInit {
|
| };
|
|
|
| class ApplicationCacheErrorEvent FINAL : public Event {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| virtual ~ApplicationCacheErrorEvent();
|
|
|
|
|