Index: Source/core/html/track/vtt/VTTRegionList.h |
diff --git a/Source/core/html/track/vtt/VTTRegionList.h b/Source/core/html/track/vtt/VTTRegionList.h |
index bbd45bcdf1a57129a242411cb28e839b6fc53cc1..92fcba86e6b37aee67842c1220bcee6642c32d9b 100644 |
--- a/Source/core/html/track/vtt/VTTRegionList.h |
+++ b/Source/core/html/track/vtt/VTTRegionList.h |
@@ -35,6 +35,7 @@ |
namespace blink { |
class VTTRegionList FINAL : public RefCountedWillBeGarbageCollected<VTTRegionList>, public ScriptWrappable { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<VTTRegionList> create() |
{ |
@@ -59,4 +60,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // VTTRegionList_h |