| Index: Source/core/html/HTMLAudioElement.h
|
| diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h
|
| index 9969491d803552afa9dbc0e9711e681379276cc6..ba0c20eb9c9ce40b964289b1447ac9720edefacd 100644
|
| --- a/Source/core/html/HTMLAudioElement.h
|
| +++ b/Source/core/html/HTMLAudioElement.h
|
| @@ -36,7 +36,7 @@ class Document;
|
| class HTMLAudioElement FINAL : public HTMLMediaElement {
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLAudioElement> create(Document&);
|
| - static PassRefPtrWillBeRawPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src);
|
| + static PassRefPtrWillBeRawPtr<HTMLAudioElement> createForJSConstructor(ExecutionContext*, const AtomicString& src);
|
|
|
| private:
|
| HTMLAudioElement(Document&);
|
|
|