Chromium Code Reviews

Issue 6282: Fixes crash in BrowserAccessibilityManager destructor. (Closed)

Created:
12 years, 2 months ago by Jonas Klink (Google)
Modified:
9 years, 7 months ago
Reviewers:
jcampan
CC:
chromium-reviews_googlegroups.com, mal
Visibility:
Public.

Description

Fixes crash in BrowserAccessibilityManager destructor (see CPBrowsingContextManager for example of this type of fix). Also fixes small style issue, to be consistent with other Singleton implementations. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=3078

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+14 lines, -12 lines)
M chrome/browser/browser_accessibility.cc View 1 chunk +6 lines, -5 lines 0 comments
M chrome/browser/browser_accessibility_manager.h View 2 chunks +2 lines, -2 lines 0 comments
M chrome/browser/browser_accessibility_manager.cc View 2 chunks +3 lines, -3 lines 0 comments
M chrome/browser/render_widget_host_hwnd.cc View 1 chunk +3 lines, -2 lines 0 comments

Messages

Total messages: 3 (0 generated)
Jonas Klink (Google)
12 years, 2 months ago (2008-10-06 20:18:37 UTC) #1
Jonas Klink (Google)
Jay, could you do a quick review on this crash bug fix that Mark reported?
12 years, 2 months ago (2008-10-07 02:19:18 UTC) #2
jcampan
12 years, 2 months ago (2008-10-08 21:51:14 UTC) #3
LGTM

Powered by Google App Engine