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

Unified Diff: webkit/api/public/WebClipboard.h

Issue 159238: Fix a leak that only happens in layout test mode. (Closed)
Patch Set: Created 11 years, 5 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | webkit/glue/webclipboard_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebClipboard.h
diff --git a/webkit/api/public/WebClipboard.h b/webkit/api/public/WebClipboard.h
index 6a2401267800244cabb877615e33218aa0eeee80..88300880de1d58631f3c2f1d419967b93e97cf54 100644
--- a/webkit/api/public/WebClipboard.h
+++ b/webkit/api/public/WebClipboard.h
@@ -46,6 +46,8 @@ namespace WebKit {
FormatSmartPaste
};
+ virtual ~WebClipboard() {}
+
virtual bool isFormatAvailable(Format) = 0;
virtual WebString readPlainText() = 0;
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | webkit/glue/webclipboard_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698