~ubuntu-branches/ubuntu/utopic/xulrunner-1.9/utopic

« back to all changes in this revision

Viewing changes to mozilla/js/src/jsstr.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack, Alexander Sack, Fabien Tassin
  • Date: 2009-02-05 09:12:37 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205091237-2uu65i47p00yi2xk
Tags: 1.9.0.6+nobinonly-0ubuntu1
[ Alexander Sack <asac@ubuntu.com> ]
* new security/stability update v1.9.0.6 (FIREFOX_3_0_6_RELEASE)
  - see USN-717-1
* adjust patches to changed code base
  - update debian/patches/dom_inspector_support_for_prism.patch

[ Fabien Tassin <fta@ubuntu.com> ]
* Fix preinst script to better handle the /etc/gre.d clean-up
  - update debian/xulrunner-1.9.preinst.in
* Fix permissions in the -dev package (LP: #303940)
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1216
1216
 
1217
1217
            /* Assume a full array result is required, then prove otherwise. */
1218
1218
            test = JS_FALSE;
1219
 
            if (fp) {
1220
 
                JS_ASSERT(*fp->regs->pc == JSOP_CALL ||
1221
 
                          *fp->regs->pc == JSOP_NEW);
 
1219
            if (fp && (*fp->regs->pc == JSOP_CALL || *fp->regs->pc == JSOP_NEW)) {
1222
1220
                JS_ASSERT(js_CodeSpec[*fp->regs->pc].length == 3);
1223
1221
                switch (fp->regs->pc[3]) {
1224
1222
                  case JSOP_POP: