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

Unified Diff: content/browser/web_contents/web_contents_view_aura.cc

Issue 2933353003: Mark the ET_MOUSE_MOVED created from a pointer grab as synthesized. (Closed)
Patch Set: Investigate use-after-free. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/web_contents/web_contents_view_aura.cc
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
index 84b906e8b9659006777f8fbae1bd2befb04e3d84..6a63156ef740167044db94ab97709f575f89d72e 100644
--- a/content/browser/web_contents/web_contents_view_aura.cc
+++ b/content/browser/web_contents/web_contents_view_aura.cc
@@ -560,6 +560,7 @@ WebContentsViewAura::~WebContentsViewAura() {
// Window needs a valid delegate during its destructor, so we explicitly
// delete it here.
+ LOG(ERROR) << "free " << window_.get();
window_.reset();
}

Powered by Google App Engine
This is Rietveld 408576698