Chromium Code Reviews| 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 281861e407d00daf9f35945bbe157bc0ffc30a12..89af8aa380a5680d1cc84ba89a9483d9a7b4e5c9 100644 |
| --- a/third_party/WebKit/Source/core/html/TimeRanges.idl |
| +++ b/third_party/WebKit/Source/core/html/TimeRanges.idl |
| @@ -27,7 +27,6 @@ |
| [ |
| GarbageCollected, |
| - RuntimeEnabled=Media |
| ] interface TimeRanges { |
| readonly attribute unsigned long length; |
| [RaisesException] double start(unsigned long index); |