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

Issue 195713002: Fix crash on ASSERT when in subtree layout and LayoutState is not initialized (Closed)

Created:
6 years, 9 months ago by atreat
Modified:
6 years, 9 months ago
Reviewers:
eseidel
CC:
blink-reviews, esprehn, Julien - ping for review, leviw_travelin_and_unemployed, ojan
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Fix crash on ASSERT when in subtree layout and LayoutState is not initialized Fix crash on ASSERT when in subtree layout and LayoutState is not initialized. This was caused by r167724 which improperly assumed that FrameView::isSubtreeLayout was equivalent to the parameter inSubtreeLayout as passed to the layout methods. In fact, there are cases where inSubtreeLayout is true while FrameView::isSubtreeLayout returns false. BUG=348481 R=eseidel@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168964

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M Source/core/frame/FrameView.h View 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/frame/FrameView.cpp View 3 chunks +7 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
atreat
Please have a look.
6 years, 9 months ago (2014-03-11 21:02:13 UTC) #1
eseidel
lgtm
6 years, 9 months ago (2014-03-11 21:22:13 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/adam.treat@samsung.com/195713002/1
6 years, 9 months ago (2014-03-11 21:26:54 UTC) #3
commit-bot: I haz the power
6 years, 9 months ago (2014-03-11 23:55:22 UTC) #4
Message was sent while issue was closed.
Change committed as 168964

Powered by Google App Engine
This is Rietveld 408576698