diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Interpreter.java b/mozilla/js/rhino/src/org/mozilla/javascript/Interpreter.java index 23ea2e40b0b..a27ee82a105 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Interpreter.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Interpreter.java @@ -1703,6 +1703,8 @@ public class Interpreter { debuggerFrame.onEnter(cx, scope, thisObj, args); } + cx.interpreterSourceFile = idata.itsSourceFile; + Object result = undefined; // If javaException != null on exit, it will be throw instead of // normal return