Index: Source/core/html/HTMLAudioElement.h |
diff --git a/Source/core/html/HTMLAudioElement.h b/Source/core/html/HTMLAudioElement.h |
index 131f4502590d8c095a8c2fdfdd9f5b3608ff48cf..131891e695365ff5ec0eda385d52a49e14c77b84 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> createForJSConstructor(Document*, const String& src); |
+ static PassRefPtr<HTMLAudioElement> create(const QualifiedName&, Document&, bool); |
+ static PassRefPtr<HTMLAudioElement> createForJSConstructor(Document&, const String& src); |
private: |
- HTMLAudioElement(const QualifiedName&, Document*, bool); |
+ HTMLAudioElement(const QualifiedName&, Document&, bool); |
virtual bool isVideo() const { return false; } |
}; |