From 515e3d890adbb3b8278b4e1f290bc3b48d433ba8 Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Thu, 31 Aug 2023 10:33:54 +0200 Subject: [PATCH] Fix for issue #1372: drop setting the thisContext in the evaluation of a doIt in the WAPharoInspector --- .../WAPharoInspector.class/instance/evaluate.st | 1 - 1 file changed, 1 deletion(-) diff --git a/repository/Seaside-Pharo-Development.package/WAPharoInspector.class/instance/evaluate.st b/repository/Seaside-Pharo-Development.package/WAPharoInspector.class/instance/evaluate.st index c4a206e95..8f3099ab6 100644 --- a/repository/Seaside-Pharo-Development.package/WAPharoInspector.class/instance/evaluate.st +++ b/repository/Seaside-Pharo-Development.package/WAPharoInspector.class/instance/evaluate.st @@ -2,6 +2,5 @@ actions evaluate ^ self object class compilerClass new source: input; - context: thisContext; receiver: self object; evaluate \ No newline at end of file