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

Issue 5321012: A quick fix for Bug 64463.... (Closed)

Created:
10 years ago by Hironori Bono
Modified:
9 years, 7 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

A quick fix for Bug 64463. It seems scoped_refptr<MessageLoopProxy>::~scoped_refptr() cannot call MessageLoopProxyImpl::~MessageLoopProxyImpl() because it is not a virtual destructor. This change just changes it to a virtual one. BUG=64463 TEST=make the valgrind bots green. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67976

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -8 lines) Patch
M base/message_loop_proxy_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M tools/valgrind/memcheck/suppressions_mac.txt View 1 2 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Hironori Bono
10 years ago (2010-11-30 07:12:05 UTC) #1
sanjeevr
10 years ago (2010-11-30 18:25:47 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698