Index: Source/core/html/MediaKeyEvent.h |
diff --git a/Source/core/html/MediaKeyEvent.h b/Source/core/html/MediaKeyEvent.h |
index 30874b4fb61f163b0b94d4f539f62e3c4f6e71c6..2394815a863523a9d1c230f5f911d3ea4e831357 100644 |
--- a/Source/core/html/MediaKeyEvent.h |
+++ b/Source/core/html/MediaKeyEvent.h |
@@ -44,6 +44,7 @@ struct MediaKeyEventInit : public EventInit { |
}; |
class MediaKeyEvent FINAL : public Event { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
virtual ~MediaKeyEvent(); |
@@ -84,4 +85,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // MediaKeyEvent_h |