Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / FontDataCache.h
index 4837608..e23669c 100644 (file)
@@ -62,7 +62,7 @@ struct FontDataCacheKeyTraits : WTF::GenericHashTraits<FontPlatformData> {
         DEFINE_STATIC_LOCAL(FontPlatformData, key, (0.f, false, false));
         return key;
     }
-    static void constructDeletedValue(FontPlatformData& slot)
+    static void constructDeletedValue(FontPlatformData& slot, bool)
     {
         new (NotNull, &slot) FontPlatformData(WTF::HashTableDeletedValue);
     }