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

Issue 138173002: Ensure ElementData exists before modifying when animating class attribute (Closed)

Created:
6 years, 11 months ago by fs
Modified:
6 years, 11 months ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), sof, eae+blinkwatch, dglazkov+blink, dstockwell, Timothy Loh, adamk+blink_chromium.org, darktears, Steve Block, dino_apple.com, Inactive, Eric Willigers, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Ensure ElementData exists before modifying when animating class attribute This is a merge of http://trac.webkit.org/changeset/153835 by Rob Buis <rwlbuis@webkit.org>;. BUG=334194 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165068

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
A LayoutTests/svg/animations/classAttributeSettingCrash.html View 1 chunk +12 lines, -0 lines 0 comments Download
A + LayoutTests/svg/animations/classAttributeSettingCrash-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
fs
6 years, 11 months ago (2014-01-14 13:28:26 UTC) #1
Stephen Chennney
lgtm
6 years, 11 months ago (2014-01-14 13:30:20 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/fs@opera.com/138173002/1
6 years, 11 months ago (2014-01-14 13:30:39 UTC) #3
commit-bot: I haz the power
Change committed as 165068
6 years, 11 months ago (2014-01-14 13:42:50 UTC) #4
esprehn
6 years, 11 months ago (2014-01-15 22:38:44 UTC) #5
Message was sent while issue was closed.
This patch is not right, you can't unconditionally allocate a
uniqueElementData() inside there, it defeats the ShareableElementData
optimization.

Powered by Google App Engine
This is Rietveld 408576698