| Index: Source/wtf/TypeTraits.h
|
| diff --git a/Source/wtf/TypeTraits.h b/Source/wtf/TypeTraits.h
|
| index b0979c19a3cfb9510a38f02d9ca12a634f7c0658..5c97c7818e3791716258b0e89ed60defd8bbe708 100644
|
| --- a/Source/wtf/TypeTraits.h
|
| +++ b/Source/wtf/TypeTraits.h
|
| @@ -306,7 +306,7 @@ public:
|
| template<typename Traits>
|
| class ShouldBeTraced {
|
| public:
|
| - static const bool value = Traits::template NeedsTracingLazily<void>::value;
|
| + static const bool value = Traits::template NeedsTracingLazily<>::value;
|
| };
|
|
|
| } // namespace WTF
|
|
|