| Index: Source/core/html/MediaController.h
|
| diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
|
| index 1610e9aa21f2e5f3c6dbc5b73bcfb5e655c51e53..30aab980e461a73be85015989ff9900da4693418 100644
|
| --- a/Source/core/html/MediaController.h
|
| +++ b/Source/core/html/MediaController.h
|
| @@ -40,6 +40,7 @@ class ExecutionContext;
|
| class GenericEventQueue;
|
|
|
| class MediaController FINAL : public RefCountedWillBeGarbageCollectedFinalized<MediaController>, public EventTargetWithInlineData {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| REFCOUNTED_EVENT_TARGET(MediaController);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MediaController);
|
| public:
|
| @@ -132,4 +133,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // MediaController_h
|
|
|