Index: Source/wtf/DefaultAllocator.h |
diff --git a/Source/wtf/DefaultAllocator.h b/Source/wtf/DefaultAllocator.h |
index e4e8e7851cde73044f960983c97fa5b28afe339b..067567c7ad12091a64bd8fa5d0cb982016ddec01 100644 |
--- a/Source/wtf/DefaultAllocator.h |
+++ b/Source/wtf/DefaultAllocator.h |
@@ -66,7 +66,7 @@ public: |
struct VectorBackingHelper { |
typedef void Type; |
}; |
- template<typename T, typename U, typename V, typename W, typename X> |
+ template<typename T> |
struct HashTableBackingHelper { |
typedef void Type; |
}; |