Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: Source/core/html/track/vtt/VTTParser.h

Issue 102403002: Make VTTParser::collectDigitsToInt non-copying (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Drop else-branch favouring initialization Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/html/track/vtt/VTTParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/core/html/track/vtt/VTTParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698