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 b585adcfcb6e7367cc9a8d15ed47bcfc0562bc78..c060677640db86ba1252c40eb859bd145a787807 100644 |
--- a/Source/core/html/track/vtt/VTTParser.h |
+++ b/Source/core/html/track/vtt/VTTParser.h |
@@ -133,7 +133,6 @@ private: |
void collectMetadataHeader(const String&); |
void createNewRegion(const String& headerValue); |
- static String collectDigits(const String&, unsigned*); |
static void skipWhiteSpace(const String&, unsigned*); |
BufferedLineReader m_lineReader; |