diff options
Diffstat (limited to 'WebCore/html/TimeRanges.idl')
-rw-r--r-- | WebCore/html/TimeRanges.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/TimeRanges.idl b/WebCore/html/TimeRanges.idl index d8686be..992b12a 100644 --- a/WebCore/html/TimeRanges.idl +++ b/WebCore/html/TimeRanges.idl @@ -25,7 +25,7 @@ module html { -interface [Conditional=VIDEO] TimeRanges { +interface [Conditional=VIDEO, OmitConstructor] TimeRanges { readonly attribute unsigned long length; float start(in unsigned long index) raises (DOMException); |