| Index: Source/core/html/HTMLVideoElement.h
|
| diff --git a/Source/core/html/HTMLVideoElement.h b/Source/core/html/HTMLVideoElement.h
|
| index 0c6d80d80df99d4968129c4232e28a92cfdfa2ab..8af2f8b39413fca864dc86ab45dd2f73a075158d 100644
|
| --- a/Source/core/html/HTMLVideoElement.h
|
| +++ b/Source/core/html/HTMLVideoElement.h
|
| @@ -75,7 +75,7 @@ public:
|
|
|
| bool hasAvailableVideoFrame() const;
|
|
|
| - // FIXME: Remove this when WebMediaPlayerClientImpl::loadInternal does not depend on it.
|
| + // FIXME: Remove this when HTMLMediaElement::prepareAndLoadMediaPlayer does not depend on it.
|
| virtual KURL mediaPlayerPosterURL() override;
|
|
|
| // CanvasImageSource implementation
|
|
|