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

Issue 320103003: Fix a bug wherein we'd release a scoped_ptr and dereference it in the same line of code. That work… (Closed)

Created:
6 years, 6 months ago by ericu
Modified:
6 years, 6 months ago
Reviewers:
jsbell, cmumford
CC:
chromium-reviews, jam, alecflett, ericu+idb_chromium.org, darin-cc_chromium.org, cmumford, dgrogan, jsbell+idb_chromium.org
Visibility:
Public.

Description

Fix a bug wherein we'd release a scoped_ptr and dereference it in the same line of code. That worked by luck on some compilers, but failed on OSX, in a way only revealed by tryjobs on a subsequent blink change. BUG=108012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275623

Patch Set 1 #

Total comments: 1

Patch Set 2 : A better fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -8 lines) Patch
M content/browser/indexed_db/indexed_db_callbacks.cc View 1 2 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ericu
This is the fix for the mac-only failure of the blink CL.
6 years, 6 months ago (2014-06-06 22:43:02 UTC) #1
jsbell
lgtm... But why are we even posting the params object and a pointer to one ...
6 years, 6 months ago (2014-06-06 23:02:06 UTC) #2
ericu
On 2014/06/06 23:02:06, jsbell wrote: > lgtm... > > > But why are we even ...
6 years, 6 months ago (2014-06-07 00:11:31 UTC) #3
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 6 months ago (2014-06-07 00:12:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/320103003/20001
6 years, 6 months ago (2014-06-07 00:16:37 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-06-07 05:15:39 UTC) #6
Message was sent while issue was closed.
Change committed as 275623

Powered by Google App Engine
This is Rietveld 408576698