Index: src/isolate.h |
diff --git a/src/isolate.h b/src/isolate.h |
index 25a3b2fe54bded3d4c71833157d4b421458699f2..14be1fb4bf9b9bf919ed8d004ba5dc1180913000 100644 |
--- a/src/isolate.h |
+++ b/src/isolate.h |
@@ -953,8 +953,7 @@ class Isolate { |
date_cache_ = date_cache; |
} |
- Map* get_initial_js_array_map(ElementsKind kind, |
- Strength strength = Strength::WEAK); |
+ Map* get_initial_js_array_map(ElementsKind kind); |
static const int kArrayProtectorValid = 1; |
static const int kArrayProtectorInvalid = 0; |