Index: Source/platform/Cookie.h |
diff --git a/Source/platform/Cookie.h b/Source/platform/Cookie.h |
index aef4ef0601d82487e3aa45ea08a9cd08f71e6135..9afb8132bcbbab1c02605409012a31f7c5f6cb7b 100644 |
--- a/Source/platform/Cookie.h |
+++ b/Source/platform/Cookie.h |
@@ -75,7 +75,6 @@ struct CookieHash { |
} // namespace blink |
namespace WTF { |
-template<typename T> struct DefaultHash; |
template<> struct DefaultHash<blink::Cookie> { |
typedef blink::CookieHash Hash; |
}; |