|  | @@ -2476,11 +2476,11 @@ category: 'actions',
 | 
	
		
			
				|  |  |  fn: function (aMethod){
 | 
	
		
			
				|  |  |  var self=this;
 | 
	
		
			
				|  |  |  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"],
 | 
	
		
			
				|  |  | -source: "removeMethod: aMethod\x0a\x09aMethod methodClass forsakeMethod: aMethod",
 | 
	
		
			
				|  |  | -messageSends: ["forsakeMethod:", "methodClass"],
 | 
	
		
			
				|  |  | +source: "removeMethod: aMethod\x0a\x09aMethod methodClass removeCompiledMethod: aMethod",
 | 
	
		
			
				|  |  | +messageSends: ["removeCompiledMethod:", "methodClass"],
 | 
	
		
			
				|  |  |  referencedClasses: []
 | 
	
		
			
				|  |  |  }),
 | 
	
		
			
				|  |  |  smalltalk.Environment);
 |