Index: third_party/WebKit/Source/platform/fonts/FontDataCache.h |
diff --git a/third_party/WebKit/Source/platform/fonts/FontDataCache.h b/third_party/WebKit/Source/platform/fonts/FontDataCache.h |
index a4b5c7f5360485faad657a89ffd1a01c29d140f6..f52e3eb4327d60b0820b032ace66716030c7f3ec 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontDataCache.h |
+++ b/third_party/WebKit/Source/platform/fonts/FontDataCache.h |
@@ -74,8 +74,7 @@ class FontDataCache { |
FontDataCache() {} |
PassRefPtr<SimpleFontData> get(const FontPlatformData*, |
- ShouldRetain = Retain, |
- bool = false); |
+ ShouldRetain = Retain); |
bool contains(const FontPlatformData*) const; |
void release(const SimpleFontData*); |