Index: test/mjsunit/regress/regress-crbug-390925.js |
diff --git a/test/mjsunit/regress/regress-crbug-390925.js b/test/mjsunit/regress/regress-crbug-390925.js |
index 24873df17b8051d21f35c3f73f2db79a6162a3db..c4d98adb3e4a35f77c02373353e4230a9346e007 100644 |
--- a/test/mjsunit/regress/regress-crbug-390925.js |
+++ b/test/mjsunit/regress/regress-crbug-390925.js |
@@ -5,5 +5,6 @@ |
// Flags: --allow-natives-syntax |
var a = new Array(); |
+var b = new Array(); |
Object.freeze(a); |
-assertThrows(function() { %LiveEditCheckAndDropActivations(a, true); }); |
+assertThrows(function() { %LiveEditCheckAndDropActivations(a, b, true); }); |