Index: Source/core/dom/custom/CustomElementDescriptor.h |
diff --git a/Source/core/dom/custom/CustomElementDescriptor.h b/Source/core/dom/custom/CustomElementDescriptor.h |
index 259afba29bd75509a989ebff285188290935d5cb..a3573d1984f4a03b56932974d221d62f46dcc944 100644 |
--- a/Source/core/dom/custom/CustomElementDescriptor.h |
+++ b/Source/core/dom/custom/CustomElementDescriptor.h |
@@ -91,7 +91,6 @@ private: |
namespace WTF { |
-template<typename T> struct DefaultHash; |
template<> struct DefaultHash<blink::CustomElementDescriptor> { |
typedef blink::CustomElementDescriptorHash Hash; |
}; |