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

Unified Diff: runtime/vm/object.h

Issue 11478047: Fix compilation on Windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | runtime/vm/object.cc » ('j') | 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 76d34df05d2489ccc299d40590a73cc2f6f51426..8bb00e3ff50fbe41062d095bebd72b8a77670861 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2939,7 +2939,7 @@ class ICData : public Object {
class MegamorphicCache : public Object {
public:
static const int kInitialCapacity = 16;
- static const double kLoadFactor = 0.75;
+ static const double kLoadFactor;
RawArray* buckets() const;
void set_buckets(const Array& buckets) const;
« no previous file with comments | « no previous file | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698