Index: Source/core/html/HTMLMediaElement.cpp |
diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp |
index d0683cb2f22ef008687075e9aa153ce642242816..b3769c1f05afc141e6e8a2d1791f0b4d88711711 100644 |
--- a/Source/core/html/HTMLMediaElement.cpp |
+++ b/Source/core/html/HTMLMediaElement.cpp |
@@ -2060,12 +2060,6 @@ bool HTMLMediaElement::autoplay() const |
return fastHasAttribute(autoplayAttr); |
} |
-void HTMLMediaElement::setAutoplay(bool b) |
-{ |
- LOG(Media, "HTMLMediaElement::setAutoplay(%s)", boolString(b)); |
- setBooleanAttribute(autoplayAttr, b); |
-} |
- |
String HTMLMediaElement::preload() const |
{ |
switch (m_preload) { |