Chromium Code Reviews
DescriptionMake updateMarkerRenderedRect() to dispose temporary Range object after use
This patch makes |updateMarkerRenderedRect()| in |DocumentMarkerController| to
dispose temporary |Range| object after use to prevent increasing number of
active |Range| object for avoiding slow down of DOM mutation operations.
Note: This patch is a temporary solution, we'll have |EphemeralRange| version
later.
BUG=613658
TEST=n/a; This is temporary solution, we'll have another solution later.
Committed: https://crrev.com/544e48708ee9286a58dfa24e0f29e30cece34f3c
Cr-Commit-Position: refs/heads/master@{#397626}
Patch Set 1 : 2016-06-03T11:02:34 #
Total comments: 2
Patch Set 2 : 2016-06-03T11:12:32 #Messages
Total messages: 11 (4 generated)
|