Index: third_party/WebKit/Source/core/css/FontFace.h |
diff --git a/third_party/WebKit/Source/core/css/FontFace.h b/third_party/WebKit/Source/core/css/FontFace.h |
index 875761ca927142b2587104b0ab5c2150919f1cc1..ce45e44282cd39d244dc65e8a07490183c7f78d2 100644 |
--- a/third_party/WebKit/Source/core/css/FontFace.h |
+++ b/third_party/WebKit/Source/core/css/FontFace.h |
@@ -121,7 +121,7 @@ private: |
FontFace(ExecutionContext*, const AtomicString& family, const FontFaceDescriptors&); |
void initCSSFontFace(Document*, PassRefPtrWillBeRawPtr<CSSValue> src); |
- void initCSSFontFace(const unsigned char* data, unsigned size); |
+ void initCSSFontFace(const unsigned char* data, size_t); |
void setPropertyFromString(const Document*, const String&, CSSPropertyID, ExceptionState* = 0); |
bool setPropertyFromStyle(const StylePropertySet&, CSSPropertyID); |
bool setPropertyValue(PassRefPtrWillBeRawPtr<CSSValue>, CSSPropertyID); |