Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 4b242a3d5f51a021e6e8fbd9cb7f76d5ab5e328a..fb20f9f35361625b6975354e8772c33309d2a2d5 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -991,7 +991,7 @@ class Isolate { |
} |
Map* get_initial_js_array_map(ElementsKind kind, |
- ObjectStrength strength = WEAK); |
+ Strength strength = Strength::WEAK); |
static const int kArrayProtectorValid = 1; |
static const int kArrayProtectorInvalid = 0; |