| Index: third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaElement.h b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| index 9b608318c62829696d2fddbbd0f9baf8fec680fd..521238732c1e9769e28a172e7c39641816316110 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
| @@ -172,7 +172,7 @@ class CORE_EXPORT HTMLMediaElement : public HTMLElement,
|
| TimeRanges* seekable() const;
|
| bool ended() const;
|
| bool autoplay() const;
|
| - bool shouldAutoplay();
|
| + bool shouldAutoplay() const;
|
| bool loop() const;
|
| void setLoop(bool);
|
| ScriptPromise playForBindings(ScriptState*);
|
|
|