~ubuntu-branches/ubuntu/precise/xulrunner-1.9/precise

« back to all changes in this revision

Viewing changes to mozilla/layout/base/nsPresContext.h

  • 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:
256
256
 
257
257
  void FreeToShell(size_t aSize, void* aFreeChunk)
258
258
  {
 
259
    NS_ASSERTION(mShell, "freeing after shutdown");
259
260
    if (mShell)
260
261
      mShell->FreeFrame(aSize, aFreeChunk);
261
262
  }