~ubuntu-branches/ubuntu/quantal/xulrunner-1.9/quantal

« back to all changes in this revision

Viewing changes to mozilla/layout/xul/base/src/tree/src/nsTreeSelection.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-03-27 11:01:58 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090327110158-jncj3np2zz3kjwit
Tags: 1.9.0.8+nobinonly-0ubuntu1
* security/stability v1.9.0.8 (FIREFOX_3_0_8_RELEASE)
  - see USN-745-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
nsTreeSelection::~nsTreeSelection()
269
269
{
270
270
  delete mFirstRange;
 
271
  if (mSelectTimer)
 
272
    mSelectTimer->Cancel();
271
273
}
272
274
 
273
275
// QueryInterface implementation for nsBoxObject