| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 4aeb78fc12c83e7ccae16436395f7b2bc49ef4f5..d3094784e3570e14964e54449d6bf4b6282639bc 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -76,6 +76,7 @@ typedef Vector<CueInterval> CueList;
|
|
|
| class HTMLMediaElement : public HTMLElement, public WillBeHeapSupplementable<HTMLMediaElement>, public MediaPlayerClient, public ActiveDOMObject
|
| {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLMediaElement);
|
| public:
|
| static blink::WebMimeRegistry::SupportsType supportsType(const ContentType&, const String& keySystem = String());
|
| @@ -635,6 +636,6 @@ inline bool isHTMLMediaElement(const HTMLElement& element)
|
|
|
| DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLMediaElement);
|
|
|
| -} //namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLMediaElement_h
|
|
|