| Index: Source/core/html/track/vtt/VTTParser.h
|
| diff --git a/Source/core/html/track/vtt/VTTParser.h b/Source/core/html/track/vtt/VTTParser.h
|
| index 8853841ef6c15b247ac73f2ff0f707821ef6d0b4..cb2f2468f7f38930744289246ad281d814e4033a 100644
|
| --- a/Source/core/html/track/vtt/VTTParser.h
|
| +++ b/Source/core/html/track/vtt/VTTParser.h
|
| @@ -95,7 +95,7 @@ public:
|
| static bool collectTimeStamp(const String&, double& timeStamp);
|
|
|
| // Useful functions for parsing percentage settings.
|
| - static bool parseFloatPercentageValue(const String&, float&);
|
| + static bool parseFloatPercentageValue(VTTScanner& valueScanner, float& percentage);
|
| static bool parseFloatPercentageValuePair(const String&, char, FloatPoint&);
|
|
|
| // Create the DocumentFragment representation of the WebVTT cue text.
|
|
|