| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 6d562ce82f93e2798f34fa299d991c1aa15a491d..4900cd7d3089dde5ab308f7b7a0d309ca9d92381 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -289,7 +289,7 @@ public:
|
| virtual bool dispatchEvent(PassRefPtr<Event>) OVERRIDE;
|
|
|
| protected:
|
| - HTMLMediaElement(const QualifiedName&, Document*, bool);
|
| + HTMLMediaElement(const QualifiedName&, Document&, bool);
|
| virtual ~HTMLMediaElement();
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|