| Index: Source/WebCore/html/HTMLVideoElement.cpp
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLVideoElement.cpp (revision 126663)
|
| +++ Source/WebCore/html/HTMLVideoElement.cpp (working copy)
|
| @@ -87,14 +87,6 @@
|
| #endif
|
| }
|
|
|
| -void HTMLVideoElement::detach()
|
| -{
|
| - HTMLMediaElement::detach();
|
| -
|
| - if (!shouldDisplayPosterImage() && m_imageLoader)
|
| - m_imageLoader.clear();
|
| -}
|
| -
|
| void HTMLVideoElement::collectStyleForAttribute(const Attribute& attribute, StylePropertySet* style)
|
| {
|
| if (attribute.name() == widthAttr)
|
|
|