Jens Mönig 2015-09-15 18:18:40 +02:00
rodzic 91318135a5
commit 88fb358170
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -2572,3 +2572,4 @@ ______
150915
------
* new Croatian translation. Yay!! Thanks, Zeljko Hrvoj!
* fixed #925

Wyświetl plik

@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/
// Global stuff ////////////////////////////////////////////////////////
modules.threads = '2015-July-27';
modules.threads = '2015-September-15';
var ThreadManager;
var Process;
@ -2580,6 +2580,7 @@ Process.prototype.reportContextFor = function (context, otherObj) {
result.receiver = otherObj;
if (result.outerContext) {
result.outerContext = copy(result.outerContext);
result.outerContext.variables = copy(result.outerContext.variables);
result.outerContext.receiver = otherObj;
result.outerContext.variables.parentFrame = otherObj.variables;
}