Index: Source/core/dom/QualifiedName.h |
diff --git a/Source/core/dom/QualifiedName.h b/Source/core/dom/QualifiedName.h |
index d1aa70b4db3a48e2c6821dbdb36c93127486ab90..b1d1e9b17f89f6f87586c338fe6a3e3f207d951f 100644 |
--- a/Source/core/dom/QualifiedName.h |
+++ b/Source/core/dom/QualifiedName.h |
@@ -171,8 +171,6 @@ struct QualifiedNameHash { |
namespace WTF { |
- template<typename T> struct DefaultHash; |
- |
template<> struct DefaultHash<blink::QualifiedName> { |
typedef blink::QualifiedNameHash Hash; |
}; |