| Index: Source/core/html/track/vtt/VTTRegion.h
|
| diff --git a/Source/core/html/track/vtt/VTTRegion.h b/Source/core/html/track/vtt/VTTRegion.h
|
| index 854e3207e78adc6768d2d4b6b4e63d85949d9106..ab2121eab97a3e74f9faea4be354c0d0bfcfc37b 100644
|
| --- a/Source/core/html/track/vtt/VTTRegion.h
|
| +++ b/Source/core/html/track/vtt/VTTRegion.h
|
| @@ -89,7 +89,7 @@ public:
|
|
|
| bool isScrollingRegion() { return m_scroll; }
|
|
|
| - PassRefPtr<HTMLDivElement> getDisplayTree(Document&);
|
| + PassRefPtrWillBeRawPtr<HTMLDivElement> getDisplayTree(Document&);
|
|
|
| void appendVTTCueBox(PassRefPtrWillBeRawPtr<VTTCueBox>);
|
| void displayLastVTTCueBox();
|
|
|