| Index: Source/core/html/HTMLAudioElement.h
|
| diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h
|
| index b57784a6881564b0b8c2cb9453faaeeb27aa77fb..6f60081f30ea42ee09a1295a342db75ebd0fe193 100644
|
| --- a/Source/core/html/HTMLAudioElement.h
|
| +++ b/Source/core/html/HTMLAudioElement.h
|
| @@ -37,6 +37,7 @@ class HTMLAudioElement final : public HTMLMediaElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLAudioElement> create(Document&);
|
| + static PassRefPtrWillBeRawPtr<HTMLAudioElement> createForJSConstructor(Document&);
|
| static PassRefPtrWillBeRawPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src);
|
|
|
| bool isHTMLAudioElement() const override { return true; }
|
|
|