1
0
Nicolas Petton 11 роки тому
батько
коміт
e5f12a039e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      support/boot.js

+ 1 - 1
support/boot.js

@@ -821,7 +821,7 @@ function RuntimeBrik(brikz, st) {
 			this.lookupClass = lookupClass;
 		};
 
-		SmalltalkMethodContext.prototype.fillBlock = function(locals, ctx) {
+		SmalltalkMethodContext.prototype.fillBlock = function(locals, ctx, index) {
 			this.locals        = locals || {};
 			this.outerContext  = ctx;
 			this.index         = index || 0;