| 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;
|
|
|