Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / bindings / core / v8 / npruntime.cpp
index 0b3f2b7..d600cc2 100644 (file)
@@ -124,7 +124,7 @@ using npruntime::StringKeyHash;
 
 // Implement HashTraits<StringKey>
 struct StringKeyHashTraits : WTF::GenericHashTraits<StringKey> {
-    static void constructDeletedValue(StringKey& slot)
+    static void constructDeletedValue(StringKey& slot, bool)
     {
         new (&slot) StringKey(WTF::HashTableDeletedValue);
     }