summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 20:44:58 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-09 20:44:58 +0000
commit34d38beaec22c3c958a477097df274669d023aa2 (patch)
tree4fd8cddc7d13065a08ccb90d585c3b3a168cc18d /content
parent35f0598d55446e7ad5814a68f6d5dd4d87e9cb81 (diff)
downloadchromium_src-34d38beaec22c3c958a477097df274669d023aa2.zip
chromium_src-34d38beaec22c3c958a477097df274669d023aa2.tar.gz
chromium_src-34d38beaec22c3c958a477097df274669d023aa2.tar.bz2
Attempt at fixing crash. It looks like the printing code can delete
the TabContents, not the TabContentsWrapper, which leaves the TabContentsWrapper (and its associated helper classes) with references to a deleted TabContents. BUG=85455 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/7104074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88582 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/common/notification_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 3eb00b4..deb70c1 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -792,7 +792,7 @@ class NotificationType {
PRINT_JOB_EVENT,
// Sent when a PrintJob has been released.
- // Source is the TabContents that holds the print job.
+ // Source is the TabContentsWrapper that holds the print job.
PRINT_JOB_RELEASED,
// Shutdown ----------------------------------------------------------------