Explorar o código

fixes previous commit

Nicolas Petton %!s(int64=11) %!d(string=hai) anos
pai
achega
e5f12a039e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;