~ubuntu-branches/ubuntu/raring/xulrunner-1.9/raring

« back to all changes in this revision

Viewing changes to mozilla/content/base/src/nsContentIterator.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-03-05 17:19:38 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20090305171938-em56xsox7j2mfqdq
Tags: 1.9.0.7+nobinonly-0ubuntu1
* security/stability v1.9.0.7 (FIREFOX_3_0_7_RELEASE)
  - USN-728-1
* bump required soft-depends on nspr to >= 4.7.3
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1355
1355
  }
1356
1356
 
1357
1357
  // cool, we have the first node in the range.  Now we walk
1358
 
  // up it's ancestors to find the most senior that is still
 
1358
  // up its ancestors to find the most senior that is still
1359
1359
  // in the range.  That's the real first node.
1360
1360
  if (NS_FAILED(GetTopAncestorInRange(firstCandidate, address_of(mFirst))))
1361
1361
    return NS_ERROR_FAILURE;