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

Unified Diff: runtime/vm/object.h

Issue 809483002: Fix clang build by giving a name to the enum. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index c4e75f2e210b64eed239c9ae5bac29096c612ec9..afc884eee1c74d4cbd92ce697408755e007fd761 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -3756,7 +3756,7 @@ class ICData : public Object {
//
// DecodeRangeFeedbackAt() helper maps these states into the RangeFeedback
// enumeration.
- enum {
+ enum RangeFeedbackBits {
kSignedRangeBit = 1 << 0,
kInt32RangeBit = 1 << 1,
kUint32RangeBit = 1 << 2,
« 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