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

Unified Diff: runtime/vm/intermediate_language.h

Issue 260713008: Add support for javascript incompatibility warnings. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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/intermediate_language.h
===================================================================
--- runtime/vm/intermediate_language.h (revision 36000)
+++ runtime/vm/intermediate_language.h (working copy)
@@ -4061,7 +4061,7 @@
virtual intptr_t token_pos() const { return token_pos_; }
virtual CompileType ComputeType() const;
- // Issues a static call to Dart code whihc calls toString on objects.
+ // Issues a static call to Dart code which calls toString on objects.
virtual EffectSet Effects() const { return EffectSet::All(); }
virtual bool CanDeoptimize() const { return true; }
virtual bool MayThrow() const { return true; }

Powered by Google App Engine
This is Rietveld 408576698