DescriptionRevert of Avoid LSan false positives from CSSPathValue::emptyValue(). (patchset #1 id:1 of https://codereview.chromium.org/1566423002/ )
Reason for revert:
Broke Cast Android (dbg) build: https://build.chromium.org/p/chromium.linux/builders/Cast%20Android%20(dbg)
Original issue's description:
> Avoid LSan false positives from CSSPathValue::emptyValue().
>
> LSan reports a leak on SVGComputedStyleTest.MiscStyleShouldCompareValue
> (with Oilpan), stemming from emptyValue()'s allocation of an
> SVGPathByteStream object. Introduce a local constructor function that
> explicitly keeps this sub-object from LSan's view -- it is owned by
> the emptyValue singleton and shouldn't be considered a leak.
>
> R=haraken
> BUG=
>
> Committed: https://crrev.com/08494b981bbe6e9925ffd6663e65b6151bdd9425
> Cr-Commit-Position: refs/heads/master@{#368329}
TBR=oilpan-reviews@chromium.org,sigbjornf@opera.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=
Committed: https://crrev.com/0c2bd4e98d84974bf5f302f70c16bade6265b5c0
Cr-Commit-Position: refs/heads/master@{#368330}
Patch Set 1 #
Created: 4 years, 11 months ago
Messages
Total messages: 6 (1 generated)
|