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

Issue 303653005: Remove frame disconnection counter updating in removeDetachedChildren() (Closed)

Created:
6 years, 7 months ago by esprehn
Modified:
6 years, 6 months ago
Reviewers:
ojan, eseidel
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, sof, eae+blinkwatch, rwlbuis
Visibility:
Public.

Description

Remove frame disconnection counter updating in removeDetachedChildren() This method is only called from destructors or document teardown. We apparenly also skip it when in Oilpan mode. That would seem to indicate that by the time we get here there should be no subframes left connected. Lets change the loop into an ASSERT to verify that. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175086

Patch Set 1 #

Patch Set 2 : git cl try #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -4 lines) Patch
M Source/core/dom/ContainerNode.cpp View 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
esprehn
6 years, 6 months ago (2014-05-29 17:58:15 UTC) #1
eseidel
lgtm You'll want to run the dbg tests...
6 years, 6 months ago (2014-05-29 18:12:38 UTC) #2
esprehn
On 2014/05/29 18:12:38, eseidel wrote: > lgtm > > You'll want to run the dbg ...
6 years, 6 months ago (2014-05-29 18:15:58 UTC) #3
esprehn
The CQ bit was checked by esprehn@chromium.org
6 years, 6 months ago (2014-05-29 18:19:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/esprehn@chromium.org/303653005/20001
6 years, 6 months ago (2014-05-29 18:20:57 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-05-30 00:49:35 UTC) #6
Message was sent while issue was closed.
Change committed as 175086

Powered by Google App Engine
This is Rietveld 408576698