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

Issue 7640001: Fix crash with print preview and the new scrollbar code that triggered an assert in WebKit side. ... (Closed)

Created:
9 years, 4 months ago by jam
Modified:
9 years, 4 months ago
Reviewers:
brettw
CC:
chromium-reviews, darin-cc_chromium.org, dpapad
Visibility:
Public.

Description

Fix crash with print preview and the new scrollbar code that triggered an assert in WebKit side. The problem is that WebScrollbar is now expected to have a shorter lifetime than WebPluginContainer. So convert the NewRunnableMethod to use ScopedRunnableMethodFactory to ensure that constraint is not broken. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96494

Patch Set 1 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -2 lines) Patch
M webkit/plugins/ppapi/ppb_scrollbar_impl.h View 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_scrollbar_impl.cc View 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
9 years, 4 months ago (2011-08-11 22:14:07 UTC) #1
brettw
9 years, 4 months ago (2011-08-11 22:18:12 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698