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

Issue 185423009: Oilpan: Fix crashes in ~CSSGroupingRule() (Closed)

Created:
6 years, 9 months ago by haraken
Modified:
6 years, 9 months ago
CC:
blink-reviews, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis
Visibility:
Public.

Description

Oilpan: Fix crashes in ~CSSGroupingRule() We observe crashes in fast/dom/css-delete-doc.html. The cause is that ~CSSGroupingRule() touches m_childRuleCSSOMWrappers. ~CSSGroupingRule() shouldn't touch m_childRuleCSSOMWrappers because the wrappers are on the heap. NOTRY=true R=ager@chromium.org, wibling@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168374

Patch Set 1 #

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/core/css/CSSGroupingRule.cpp View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 10 (0 generated)
haraken
PTAL
6 years, 9 months ago (2014-03-04 06:13:42 UTC) #1
kouhei (in TOK)
On 2014/03/04 06:13:42, haraken wrote: > PTAL lgtm.
6 years, 9 months ago (2014-03-04 06:15:01 UTC) #2
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-04 06:15:27 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/185423009/20001
6 years, 9 months ago (2014-03-04 06:15:45 UTC) #4
wibling-chromium
lgtm
6 years, 9 months ago (2014-03-04 07:04:30 UTC) #5
Mads Ager (chromium)
LGTM https://codereview.chromium.org/185423009/diff/20001/Source/core/css/CSSGroupingRule.cpp File Source/core/css/CSSGroupingRule.cpp (right): https://codereview.chromium.org/185423009/diff/20001/Source/core/css/CSSGroupingRule.cpp#newcode53 Source/core/css/CSSGroupingRule.cpp:53: #if !ENABLE(OILPAN) We need the same change in ...
6 years, 9 months ago (2014-03-04 07:24:04 UTC) #6
haraken
The CQ bit was unchecked by haraken@chromium.org
6 years, 9 months ago (2014-03-04 09:37:56 UTC) #7
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 9 months ago (2014-03-04 09:38:05 UTC) #8
Mads Ager (chromium)
Committed patchset #2 manually as r168374 (presubmit successful).
6 years, 9 months ago (2014-03-04 10:07:45 UTC) #9
Mads Ager (chromium)
6 years, 9 months ago (2014-03-04 10:08:29 UTC) #10
Message was sent while issue was closed.
I went ahead and landed this since it fixes crashes. The cq is not helping at
the moment. I'll watch the buildbots.

Powered by Google App Engine
This is Rietveld 408576698