| 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 e30c4fe3acad897c3019c24e43a7658e6333e32c..a43112dce4bc0f7b7f650c010e519ebcbd0ccfd3 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -45,7 +45,7 @@ class VTTCueBox FINAL : public HTMLDivElement {
|
| public:
|
| static PassRefPtrWillBeRawPtr<VTTCueBox> create(Document& document, VTTCue* cue)
|
| {
|
| - return adoptRefWillBeRefCountedGarbageCollected(new VTTCueBox(document, cue));
|
| + return adoptRefWillBeNoop(new VTTCueBox(document, cue));
|
| }
|
|
|
| VTTCue* getCue() const { return m_cue; }
|
|
|