| Index: Source/core/html/HTMLMediaElement.idl
|
| diff --git a/Source/core/html/HTMLMediaElement.idl b/Source/core/html/HTMLMediaElement.idl
|
| index ed52c9237575361e1c612fdd4f0dcc800e2c4edc..cfd168370ae615eeabf6300e2518eae09406a634 100644
|
| --- a/Source/core/html/HTMLMediaElement.idl
|
| +++ b/Source/core/html/HTMLMediaElement.idl
|
| @@ -23,7 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -// https://html.spec.whatwg.org/#htmlmediaelement
|
| +// https://html.spec.whatwg.org/#media-elements
|
|
|
| enum CanPlayTypeResult { "" /* empty string */, "maybe", "probably" };
|
| [
|
|
|