瀏覽代碼

fixes previous commit

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;