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

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

Issue 47623002: Fix more warnings on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix RenderImage.cpp. 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
« no previous file with comments | « Source/bindings/v8/ScriptDebugServer.cpp ('k') | Source/core/dom/DOMURLUtilsReadOnly.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « Source/bindings/v8/ScriptDebugServer.cpp ('k') | Source/core/dom/DOMURLUtilsReadOnly.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698