Index: Source/core/html/HTMLVideoElement.cpp |
diff --git a/Source/core/html/HTMLVideoElement.cpp b/Source/core/html/HTMLVideoElement.cpp |
index 59372a0c861012fb4e27360bf941cd723800c747..a818309f3bccab67f67150680776fe7d2c6806d6 100644 |
--- a/Source/core/html/HTMLVideoElement.cpp |
+++ b/Source/core/html/HTMLVideoElement.cpp |
@@ -128,8 +128,9 @@ void HTMLVideoElement::parseAttribute(const QualifiedName& name, const AtomicStr |
// Notify the player when the poster image URL changes. |
if (webMediaPlayer()) |
webMediaPlayer()->setPoster(posterImageURL()); |
- } else |
+ } else { |
HTMLMediaElement::parseAttribute(name, value); |
+ } |
} |
bool HTMLVideoElement::supportsFullscreen() const |