Index: Source/core/html/track/TextTrackCueList.h |
diff --git a/Source/core/html/track/TextTrackCueList.h b/Source/core/html/track/TextTrackCueList.h |
index e199fb380a2fa0ebbb358d1cd4e1bd40ddab80c6..13c1e5472ca8f1118c2bffb36454ecd06cf6a5b0 100644 |
--- a/Source/core/html/track/TextTrackCueList.h |
+++ b/Source/core/html/track/TextTrackCueList.h |
@@ -36,6 +36,7 @@ namespace blink { |
class TextTrackCueList FINAL : public RefCountedWillBeGarbageCollected<TextTrackCueList>, public ScriptWrappable { |
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TextTrackCueList); |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<TextTrackCueList> create() |
{ |
@@ -69,4 +70,4 @@ private: |
} // namespace blink |
-#endif |
+#endif // TextTrackCueList_h |