DescriptionHave BidiRunList destructor delete runs
Have the BidiRunList destructor delete all runs and change all
BidiRunList call sites, except RenderBlockLineLayout, to rely on the
destructor instead of explicit calls to deleteRuns.
In RenderBlockFlow::layoutRunsAndFloatsInRange deleteRuns is called
early, and explicitly, in two places. Removing these calls would likely
involve splitting the run list of changing the life time of it.
BUG=396963
R=dglazkov@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179177
Patch Set 1 #
Total comments: 1
Patch Set 2 : removed SVGTextMetricsCalculator destructor #
Messages
Total messages: 9 (0 generated)
|