Index: Source/platform/weborigin/KURL.h |
diff --git a/Source/platform/weborigin/KURL.h b/Source/platform/weborigin/KURL.h |
index e11c43e3fd279267754fff56f2c756087c77a2f4..ded81221ee0443f56586e78b410c0da149b290ed 100644 |
--- a/Source/platform/weborigin/KURL.h |
+++ b/Source/platform/weborigin/KURL.h |
@@ -270,7 +270,6 @@ inline bool operator!=(const String& a, const KURL& b) |
namespace WTF { |
// KURLHash is the default hash for String |
-template<typename T> struct DefaultHash; |
template<> struct DefaultHash<blink::KURL> { |
typedef blink::KURLHash Hash; |
}; |