Index: Source/WebCore/html/TimeRanges.idl |
diff --git a/Source/WebCore/html/TimeRanges.idl b/Source/WebCore/html/TimeRanges.idl |
index 61da093a9e18e8b54b647a939f2cb32e0e5dc3c0..99ca88271713c11aa015cb4c61dc850036c285d8 100644 |
--- a/Source/WebCore/html/TimeRanges.idl |
+++ b/Source/WebCore/html/TimeRanges.idl |
@@ -28,9 +28,9 @@ |
ImplementationLacksVTable |
] interface TimeRanges { |
readonly attribute unsigned long length; |
- float start(in unsigned long index) |
+ double start(in unsigned long index) |
raises (DOMException); |
- float end(in unsigned long index) |
+ double end(in unsigned long index) |
raises (DOMException); |
}; |