| Index: Source/core/html/track/vtt/VTTElement.h
|
| diff --git a/Source/core/html/track/vtt/VTTElement.h b/Source/core/html/track/vtt/VTTElement.h
|
| index 19c8f3969326c3b77c7cf447a3c92de9d3bfe54c..6705add645bdece1ce37ed2738161f2b54bfc098 100644
|
| --- a/Source/core/html/track/vtt/VTTElement.h
|
| +++ b/Source/core/html/track/vtt/VTTElement.h
|
| @@ -43,7 +43,7 @@ class VTTElement FINAL : public Element {
|
| public:
|
| static PassRefPtrWillBeRawPtr<VTTElement> create(const VTTNodeType, Document*);
|
| static PassRefPtrWillBeRawPtr<VTTElement> create(const QualifiedName&, Document*);
|
| - PassRefPtr<HTMLElement> createEquivalentHTMLElement(Document&);
|
| + PassRefPtrWillBeRawPtr<HTMLElement> createEquivalentHTMLElement(Document&);
|
|
|
| virtual PassRefPtrWillBeRawPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE;
|
|
|
|
|