Bug 827860 - Part 1: STK get stuck when text string is null, r=vicamo,yhuang

This commit is contained in:
Edgar Chen 2013-01-09 17:50:53 +08:00
parent 61718d7e7a
commit f6fda092e3

View File

@ -7693,7 +7693,7 @@ let StkProactiveCmdHelper = {
retrieveTextString: function retrieveTextString(length) {
if (!length) {
// null string.
return null;
return {textString: null};
}
let text = {