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

Unified Diff: runtime/vm/intermediate_language.h

Issue 10968041: Fix Mac build broken by r12733. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.h
diff --git a/runtime/vm/intermediate_language.h b/runtime/vm/intermediate_language.h
index ea7678b4e83a2923674f9ec4b48295c662d8e3cc..85646ad728bbdb9bc02c967e8ac5938c5637bd84 100644
--- a/runtime/vm/intermediate_language.h
+++ b/runtime/vm/intermediate_language.h
@@ -1781,7 +1781,7 @@ class ConstraintInstr : public TemplateDefinition<2> {
virtual intptr_t ResultCid() const { return kSmiCid; }
- virtual bool AttributesEqual(Definition* other) const {
+ virtual bool AttributesEqual(Instruction* other) const {
UNREACHABLE();
return false;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698