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

Unified Diff: runtime/vm/debugger_api_impl.cc

Issue 10693071: Use VM type cast and save handles. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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: runtime/vm/debugger_api_impl.cc
===================================================================
--- runtime/vm/debugger_api_impl.cc (revision 9306)
+++ runtime/vm/debugger_api_impl.cc (working copy)
@@ -25,7 +25,7 @@
CURRENT_FUNC, #param, #type); \
} \
var ^= tmp.raw(); \
- } while (0);
+ } while (0)
Ivan Posva 2012/07/02 21:01:38 Why here, but not below in CHECK_AND_CAST?
regis 2012/07/02 21:42:33 You would have to ask Matthias :-) Now wrapped in
#define CHECK_AND_CAST(type, var, param) \

Powered by Google App Engine
This is Rietveld 408576698