Index: Source/core/html/HTMLAudioElement.h |
diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h |
index fc3996bbb0c169538cb7a401eeb98397aed6fbca..ff3e6a56d1a4c04083f002f1bfdb26437342fb8c 100644 |
--- a/Source/core/html/HTMLAudioElement.h |
+++ b/Source/core/html/HTMLAudioElement.h |
@@ -35,11 +35,11 @@ class Document; |
class HTMLAudioElement FINAL : public HTMLMediaElement { |
public: |
- static PassRefPtr<HTMLAudioElement> create(const QualifiedName&, Document&, bool); |
+ static PassRefPtr<HTMLAudioElement> create(Document&, bool); |
static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const String& src); |
private: |
- HTMLAudioElement(const QualifiedName&, Document&, bool); |
+ HTMLAudioElement(Document&, bool); |
virtual bool isVideo() const OVERRIDE { return false; } |
}; |