| Index: trunk/Source/core/html/HTMLVideoElement.cpp
|
| ===================================================================
|
| --- trunk/Source/core/html/HTMLVideoElement.cpp (revision 175711)
|
| +++ trunk/Source/core/html/HTMLVideoElement.cpp (working copy)
|
| @@ -117,8 +117,8 @@
|
| toRenderImage(renderer())->imageResource()->setImageResource(0);
|
| }
|
| // Notify the player when the poster image URL changes.
|
| - if (webMediaPlayer())
|
| - webMediaPlayer()->setPoster(posterImageURL());
|
| + if (player())
|
| + player()->setPoster(posterImageURL());
|
| } else
|
| HTMLMediaElement::parseAttribute(name, value);
|
| }
|
|
|