| Index: Source/core/html/HTMLAudioElement.h
|
| diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h
|
| index ff3e6a56d1a4c04083f002f1bfdb26437342fb8c..c69a30576300d2e8a4e4c75cff5acc9caa10560a 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 PassRefPtr<HTMLAudioElement> create(Document&, bool);
|
| - static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const String& src);
|
| + static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const AtomicString& src);
|
|
|
| private:
|
| HTMLAudioElement(Document&, bool);
|
|
|