| Index: Source/modules/websockets/CloseEvent.h
|
| diff --git a/Source/modules/websockets/CloseEvent.h b/Source/modules/websockets/CloseEvent.h
|
| index 2931fd9a8e4e2977614a9323ba511b54648108ad..477415e6dd10d7c038cfeb82371c0b61b8a02afe 100644
|
| --- a/Source/modules/websockets/CloseEvent.h
|
| +++ b/Source/modules/websockets/CloseEvent.h
|
| @@ -40,7 +40,7 @@ struct CloseEventInit : public EventInit {
|
| : wasClean(false)
|
| , code(0)
|
| {
|
| - };
|
| + }
|
|
|
| bool wasClean;
|
| unsigned short code;
|
| @@ -48,6 +48,7 @@ struct CloseEventInit : public EventInit {
|
| };
|
|
|
| class CloseEvent FINAL : public Event {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<CloseEvent> create()
|
| {
|
|
|