|
@@ -2476,11 +2476,11 @@ category: 'actions',
|
|
fn: function (aMethod){
|
|
fn: function (aMethod){
|
|
var self=this;
|
|
var self=this;
|
|
return smalltalk.withContext(function($ctx1) {
|
|
return smalltalk.withContext(function($ctx1) {
|
|
-_st(_st(aMethod)._methodClass())._forsakeMethod_(aMethod);
|
|
|
|
-return self}, function($ctx1) {$ctx1.fill(self,"removeMethod:",{aMethod:aMethod},smalltalk.HLEnvironment)})},
|
|
|
|
|
|
+_st(_st(aMethod)._methodClass())._removeCompiledMethod_(aMethod);
|
|
|
|
+return self}, function($ctx1) {$ctx1.fill(self,"removeMethod:",{aMethod:aMethod},smalltalk.Environment)})},
|
|
args: ["aMethod"],
|
|
args: ["aMethod"],
|
|
-source: "removeMethod: aMethod\x0a\x09aMethod methodClass forsakeMethod: aMethod",
|
|
|
|
-messageSends: ["forsakeMethod:", "methodClass"],
|
|
|
|
|
|
+source: "removeMethod: aMethod\x0a\x09aMethod methodClass removeCompiledMethod: aMethod",
|
|
|
|
+messageSends: ["removeCompiledMethod:", "methodClass"],
|
|
referencedClasses: []
|
|
referencedClasses: []
|
|
}),
|
|
}),
|
|
smalltalk.Environment);
|
|
smalltalk.Environment);
|