Index: Source/core/dom/DOMURLUtils.h |
diff --git a/Source/core/dom/DOMURLUtils.h b/Source/core/dom/DOMURLUtils.h |
index b7b128e893d0ac7880f7e61d3ecc7625e6843d1d..1987ecd72054e349d44a522bd9b4a50143f0e906 100644 |
--- a/Source/core/dom/DOMURLUtils.h |
+++ b/Source/core/dom/DOMURLUtils.h |
@@ -39,6 +39,7 @@ class DOMURLUtils : public DOMURLUtilsReadOnly { |
public: |
virtual void setURL(const KURL&) = 0; |
virtual void setInput(const String&) = 0; |
+ virtual ~DOMURLUtils() { }; |
static void setHref(DOMURLUtils*, const String&); |