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

Unified Diff: webkit/glue/devtools/devtools_rpc.h

Issue 179028: Revert "Fix a ton of compiler warnings." (Closed)
Patch Set: Created 11 years, 4 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 | « webkit/api/public/linux/WebSandboxSupport.h ('k') | webkit/glue/webcursor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/devtools/devtools_rpc.h
diff --git a/webkit/glue/devtools/devtools_rpc.h b/webkit/glue/devtools/devtools_rpc.h
index 84a2a7ec9050eac3fcd462a32c1ac404f2787573..072116e062884775cbd5cc89aa2f61ba9ec852c6 100644
--- a/webkit/glue/devtools/devtools_rpc.h
+++ b/webkit/glue/devtools/devtools_rpc.h
@@ -225,7 +225,7 @@ class Class {\
Class() { \
class_name = #Class; \
} \
- virtual ~Class() {} \
+ ~Class() {} \
\
STRUCT( \
TOOLS_RPC_API_METHOD0, \
« no previous file with comments | « webkit/api/public/linux/WebSandboxSupport.h ('k') | webkit/glue/webcursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698