X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2FHTMLAudioElement.h;h=1c8e1f77fe1c7db071dec83f6e2350a408f308d1;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=92ec429d9395dcdd8022e04a1f830c595f91667c;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/HTMLAudioElement.h b/src/third_party/WebKit/Source/core/html/HTMLAudioElement.h index 92ec429..1c8e1f7 100644 --- a/src/third_party/WebKit/Source/core/html/HTMLAudioElement.h +++ b/src/third_party/WebKit/Source/core/html/HTMLAudioElement.h @@ -34,14 +34,17 @@ namespace blink { class Document; class HTMLAudioElement FINAL : public HTMLMediaElement { + DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr create(Document&); static PassRefPtrWillBeRawPtr createForJSConstructor(Document&, const AtomicString& src); + virtual bool isHTMLAudioElement() const OVERRIDE { return true; } + private: HTMLAudioElement(Document&); }; -} //namespace +} // namespace blink -#endif +#endif // HTMLAudioElement_h