X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/14957cd040308e3eeec43d26bae5d76da13fcd85..a253471d7f8e4d91bf6ebabab00155c3b387d3d0:/profiler/CallIdentifier.h diff --git a/profiler/CallIdentifier.h b/profiler/CallIdentifier.h index 1ba5ec6..2da8a2f 100644 --- a/profiler/CallIdentifier.h +++ b/profiler/CallIdentifier.h @@ -87,7 +87,7 @@ namespace WTF { template<> struct HashTraits : GenericHashTraits { static void constructDeletedValue(JSC::CallIdentifier& slot) { - new (&slot) JSC::CallIdentifier(JSC::UString(), JSC::UString(), std::numeric_limits::max()); + new (NotNull, &slot) JSC::CallIdentifier(JSC::UString(), JSC::UString(), std::numeric_limits::max()); } static bool isDeletedValue(const JSC::CallIdentifier& value) {