Chromium Code Reviews| Index: Source/core/events/BeforeUnloadEvent.h |
| diff --git a/Source/core/events/BeforeUnloadEvent.h b/Source/core/events/BeforeUnloadEvent.h |
| index 57136f92ae8f3b844bb62e7aa7c8b7dbab7147ee..7f7e8815a6290acbfe175fcbaafd213c25489dc1 100644 |
| --- a/Source/core/events/BeforeUnloadEvent.h |
| +++ b/Source/core/events/BeforeUnloadEvent.h |
| @@ -30,7 +30,7 @@ |
| namespace WebCore { |
| -class BeforeUnloadEvent : public Event { |
| +class BeforeUnloadEvent FINAL : public Event { |
| public: |
| virtual ~BeforeUnloadEvent(); |