Bug 842183 - Land in comm-central Instantbird's changes to chat/ - 5 - Bio 1606 - Update to Mozilla 17, patches part, r=fqueze.

This commit is contained in:
Patrick Cloke 2012-12-14 06:42:44 -05:00
Родитель df8c7ccee8
Коммит e64da0a130
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -60,7 +60,7 @@ function scriptError(aModule, aLevel, aMessage, aOriginalError) {
let scriptError =
Cc["@mozilla.org/scripterror;1"].createInstance(Ci.nsIScriptError);
let caller = Components.stack.caller.caller;
let caller = Components.stack.caller;
let sourceLine = aModule || caller.sourceLine;
if (caller.name) {
if (sourceLine)