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

Issue 99743004: Merge 163945 "Fix assertion failure in FormAssociatedElement::fo..." (Closed)

Created:
6 years, 11 months ago by tkent
Modified:
6 years, 11 months ago
Reviewers:
tkent
CC:
blink-reviews, dglazkov+blink, adamk+blink_chromium.org
Visibility:
Public.

Description

Merge 163945 "Fix assertion failure in FormAssociatedElement::fo..." > Fix assertion failure in FormAssociatedElement::formRemovedFromTree. > > This is a regression by Blink r163680 [1]. > FormAssociatedElement::formRemovedFromTree can be called with > m_deletionHasBegun. We should not update the reference counter in it. > > Removing RefPtr<> for HTMLFormElement::m_pastNamesMap magically fixes the > original problem. > > This CL has no tests. I couldn't make a test which works as a layout test. > > [1] http://src.chromium.org/viewvc/blink?revision=163680&view=revision > > BUG=326854, 328456 > > Review URL: https://codereview.chromium.org/113423005 TBR=tkent@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164445

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M Source/core/html/FormAssociatedElement.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
tkent
6 years, 11 months ago (2014-01-03 06:13:06 UTC) #1
tkent
6 years, 11 months ago (2014-01-03 06:13:29 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r164445.

Powered by Google App Engine
This is Rietveld 408576698