| Index: third_party/WebKit/Source/core/html/track/TextTrackContainer.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/TextTrackContainer.h b/third_party/WebKit/Source/core/html/track/TextTrackContainer.h
|
| index 29d9b4399338db61f83bcce02ecea9a580767275..2c7222f13abe79fb27680170fce9d65e23232e5a 100644
|
| --- a/third_party/WebKit/Source/core/html/track/TextTrackContainer.h
|
| +++ b/third_party/WebKit/Source/core/html/track/TextTrackContainer.h
|
| @@ -38,7 +38,7 @@ class HTMLMediaElement;
|
|
|
| class TextTrackContainer final : public HTMLDivElement {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<TextTrackContainer> create(Document&);
|
| + static RawPtr<TextTrackContainer> create(Document&);
|
|
|
| // Runs the "rules for updating the text track rendering". The
|
| // ExposingControls enum is used in the WebVTT processing model to reset the
|
|
|