Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(595)

Unified Diff: Source/core/dom/DOMURLUtilsReadOnly.h

Issue 47623002: Fix more warnings on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix sign-compare and do not yet turn on -Wall. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/dom/DOMURLUtilsReadOnly.h
diff --git a/Source/core/dom/DOMURLUtilsReadOnly.h b/Source/core/dom/DOMURLUtilsReadOnly.h
index 74f1d1c7fa4ae4fb9ae102f761e5e27768e80db5..9ddfd4095056973c92e237ec947ea9345b0be332 100644
--- a/Source/core/dom/DOMURLUtilsReadOnly.h
+++ b/Source/core/dom/DOMURLUtilsReadOnly.h
@@ -37,6 +37,7 @@ class DOMURLUtilsReadOnly {
public:
virtual KURL url() const = 0;
virtual String input() const = 0;
+ virtual ~DOMURLUtilsReadOnly() { };
static String href(DOMURLUtilsReadOnly*);

Powered by Google App Engine
This is Rietveld 408576698