| 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 a1cc62fc8907045c1d2ce853b7e0548d69f6f1ca..0b7ecde72c5b50ef3bc8a1a2ca85ce9d5dac9f93 100644
|
| --- a/Source/core/html/track/vtt/VTTParser.h
|
| +++ b/Source/core/html/track/vtt/VTTParser.h
|
| @@ -124,6 +124,7 @@ private:
|
| ParseState collectCueId(const String&);
|
| ParseState collectTimingsAndSettings(const String&);
|
| ParseState collectCueText(const String&);
|
| + ParseState recoverCue(const String&);
|
| ParseState ignoreBadCue(const String&);
|
|
|
| void createNewCue();
|
|
|