PrototypeLookupAlgorithm.st
changeset 12851 f533e90633a1
parent 12843 eb7256764bbf
child 12852 dcf28b683769
--- a/PrototypeLookupAlgorithm.st	Wed Apr 07 18:23:10 2010 +0200
+++ b/PrototypeLookupAlgorithm.st	Wed Apr 07 18:30:21 2010 +0200
@@ -36,7 +36,7 @@
 
 !PrototypeLookupAlgorithm methodsFor:'lookup'!
 
-lookupMethodForSelector:aSelector directedTo:searchClass for:aReceiver withArguments:args from:sendingContext
+lookupMethodForSelector:aSelector directedTo:searchClass for:aReceiver withArguments:argArrayOrNil from:sendingContext
     "invoked by the VM to ask me for a method to call.
      The arguments are: the selector, receiver and arguments,
      the class to start the search in (for here-, super and directed sends)
@@ -63,5 +63,5 @@
 !PrototypeLookupAlgorithm class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/PrototypeLookupAlgorithm.st,v 1.1 2010-04-07 16:22:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/PrototypeLookupAlgorithm.st,v 1.2 2010-04-07 16:30:21 cg Exp $'
 ! !