Index: third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp |
index c29663bf6a3bbcc008dba0b810a156168b1a171b..72f89c7a16372e7c27490908e06863bf375ce7f4 100644 |
--- a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp |
+++ b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.cpp |
@@ -101,7 +101,7 @@ void VTTParser::getNewRegions(HeapVector<Member<VTTRegion>>& outputRegions) |
outputRegions.swap(m_regionList); |
} |
-void VTTParser::parseBytes(const char* data, unsigned length) |
+void VTTParser::parseBytes(const char* data, size_t length) |
{ |
String textData = m_decoder->decode(data, length); |
m_lineReader.append(textData); |