| Index: Source/WebCore/html/shadow/MediaControlElements.h
|
| diff --git a/Source/WebCore/html/shadow/MediaControlElements.h b/Source/WebCore/html/shadow/MediaControlElements.h
|
| index 9eb04335534a7284e1f5efc57a2e322de0d9799b..74120b01a76a4183beeb0e213fe15bc9ecbac4cc 100644
|
| --- a/Source/WebCore/html/shadow/MediaControlElements.h
|
| +++ b/Source/WebCore/html/shadow/MediaControlElements.h
|
| @@ -231,8 +231,8 @@ public:
|
|
|
| virtual bool willRespondToMouseClickEvents() OVERRIDE;
|
|
|
| - void setPosition(float);
|
| - void setDuration(float);
|
| + void setPosition(double);
|
| + void setDuration(double);
|
|
|
| private:
|
| explicit MediaControlTimelineElement(Document*, MediaControls*);
|
|
|