| Index: Source/WebCore/html/shadow/MediaControlsBlackBerry.h
|
| diff --git a/Source/WebCore/html/shadow/MediaControlsBlackBerry.h b/Source/WebCore/html/shadow/MediaControlsBlackBerry.h
|
| index e41fa691dbfaa0526f1d0b63179674f1817da5f3..0ff76cbc90fb709d7a4940f4d48758a6301c3b16 100644
|
| --- a/Source/WebCore/html/shadow/MediaControlsBlackBerry.h
|
| +++ b/Source/WebCore/html/shadow/MediaControlsBlackBerry.h
|
| @@ -193,8 +193,8 @@ public:
|
| static PassRefPtr<MediaControlFullscreenTimelineElement> create(Document*, MediaControls*);
|
|
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
| - void setPosition(float);
|
| - void setDuration(float);
|
| + void setPosition(double);
|
| + void setDuration(double);
|
|
|
| private:
|
| MediaControlFullscreenTimelineElement(Document*, MediaControls*);
|
|
|