| Index: Source/core/html/HTMLTrackElement.h
|
| diff --git a/Source/core/html/HTMLTrackElement.h b/Source/core/html/HTMLTrackElement.h
|
| index 4f8256e230fb64c0a8f92ded76df7b78f6794c62..e2bd973999e97495b81479529dbc0bdb85b9eaa1 100644
|
| --- a/Source/core/html/HTMLTrackElement.h
|
| +++ b/Source/core/html/HTMLTrackElement.h
|
| @@ -36,7 +36,7 @@ class HTMLMediaElement;
|
|
|
| class HTMLTrackElement FINAL : public HTMLElement, public TextTrackClient {
|
| public:
|
| - static PassRefPtr<HTMLTrackElement> create(const QualifiedName&, Document&);
|
| + static PassRefPtr<HTMLTrackElement> create(Document&);
|
|
|
| String kind();
|
| void setKind(const String&);
|
| @@ -55,7 +55,7 @@ public:
|
| const AtomicString& mediaElementCrossOriginAttribute() const;
|
|
|
| private:
|
| - HTMLTrackElement(const QualifiedName&, Document&);
|
| + explicit HTMLTrackElement(Document&);
|
| virtual ~HTMLTrackElement();
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
|
|