| Index: third_party/WebKit/Source/core/html/TimeRanges.idl
|
| diff --git a/third_party/WebKit/Source/core/html/TimeRanges.idl b/third_party/WebKit/Source/core/html/TimeRanges.idl
|
| index 2a986dbc5de259d602b96b9db8b552d49712309e..a7387ff1ea68aaaf61c453afc4a7ccdab5f39eea 100644
|
| --- a/third_party/WebKit/Source/core/html/TimeRanges.idl
|
| +++ b/third_party/WebKit/Source/core/html/TimeRanges.idl
|
| @@ -25,8 +25,7 @@
|
|
|
| // https://html.spec.whatwg.org/#time-ranges
|
|
|
| -[
|
| -] interface TimeRanges {
|
| +interface TimeRanges {
|
| readonly attribute unsigned long length;
|
| [RaisesException] double start(unsigned long index);
|
| [RaisesException] double end(unsigned long index);
|
|
|