| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 74a6451d90c2e5792ffe8f413dc354e51e2b3db2..938dd87e15b8237a25fb2f128f4d582763564ee3 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -134,7 +134,6 @@ public:
|
| PassRefPtr<TimeRanges> seekable() const;
|
| bool ended() const;
|
| bool autoplay() const;
|
| - void setAutoplay(bool b);
|
| bool loop() const;
|
| void setLoop(bool b);
|
| void play();
|
|
|