Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(446)

Issue 11418262: Fix crash on win_aura buildbot because a RootWindow was getting multiple AddRootWindowObserver call… (Closed)

Created:
8 years ago by jam
Modified:
8 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Fix crash on win_aura buildbot because a RootWindow was getting multiple AddRootWindowObserver calls for the same window. The issue is that the observer wasn't unregistering itself at destruction. If another one happened to be created at the same memory address, then this check would trigger. BUG=163506 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170584

Patch Set 1 #

Patch Set 2 : check RootWindow before using it #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M content/browser/web_contents/web_contents_view_aura.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
jam
8 years ago (2012-11-30 19:09:12 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698