| Index: Source/core/html/track/vtt/VTTCue.h
|
| diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
|
| index 0c870c84cf83aa70960eef3c7800d99c3469123b..e30c4fe3acad897c3019c24e43a7658e6333e32c 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -93,8 +93,8 @@ public:
|
|
|
| void parseSettings(const String&);
|
|
|
| - PassRefPtr<DocumentFragment> getCueAsHTML();
|
| - PassRefPtr<DocumentFragment> createCueRenderingTree();
|
| + PassRefPtrWillBeRawPtr<DocumentFragment> getCueAsHTML();
|
| + PassRefPtrWillBeRawPtr<DocumentFragment> createCueRenderingTree();
|
|
|
| const String& regionId() const { return m_regionId; }
|
| void setRegionId(const String&);
|
|
|