Index: third_party/WebKit/Source/core/css/FontFace.cpp |
diff --git a/third_party/WebKit/Source/core/css/FontFace.cpp b/third_party/WebKit/Source/core/css/FontFace.cpp |
index b9c541745685395c538c42210af5561aa447b131..6f908043004e40ca67323933b181fe063ba08cd5 100644 |
--- a/third_party/WebKit/Source/core/css/FontFace.cpp |
+++ b/third_party/WebKit/Source/core/css/FontFace.cpp |
@@ -602,7 +602,7 @@ void FontFace::initCSSFontFace(Document* document, PassRefPtrWillBeRawPtr<CSSVal |
} |
} |
-void FontFace::initCSSFontFace(const unsigned char* data, unsigned size) |
+void FontFace::initCSSFontFace(const unsigned char* data, size_t size) |
{ |
m_cssFontFace = createCSSFontFace(this, m_unicodeRange.get()); |
if (m_error) |