| Index: Source/core/html/HTMLAudioElement.cpp
|
| diff --git a/Source/core/html/HTMLAudioElement.cpp b/Source/core/html/HTMLAudioElement.cpp
|
| index a11d77b091123f1bb8bf2a0c962115c59f7da4ea..bdc0d9f3a04fc64c798645dab34d1b044bbb08d1 100644
|
| --- a/Source/core/html/HTMLAudioElement.cpp
|
| +++ b/Source/core/html/HTMLAudioElement.cpp
|
| @@ -45,7 +45,7 @@ PassRefPtr<HTMLAudioElement> HTMLAudioElement::create(Document& document, bool c
|
| return audioElement.release();
|
| }
|
|
|
| -PassRefPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const String& src)
|
| +PassRefPtr<HTMLAudioElement> HTMLAudioElement::createForJSConstructor(Document& document, const AtomicString& src)
|
| {
|
| RefPtr<HTMLAudioElement> audio = adoptRef(new HTMLAudioElement(document, false));
|
| audio->setPreload("auto");
|
|
|