Object.st
changeset 10877 0666d48f91d1
parent 10856 d54db15b9761
child 10918 a4635305501e
--- a/Object.st	Thu Feb 14 18:50:47 2008 +0100
+++ b/Object.st	Mon Feb 18 09:36:59 2008 +0100
@@ -4074,7 +4074,7 @@
     "report an error that this message should have been reimplemented in a
      subclass"
 
-    ^ SubclassResponsibilityError raiseRequest
+    ^ SubclassResponsibilityError raiseRequestWith:thisContext sender selector
 !
 
 subclassResponsibility:msg
@@ -8825,7 +8825,7 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.595 2008-01-27 16:16:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.596 2008-02-18 08:36:59 cg Exp $'
 ! !
 
 Object initialize!