DescriptionLeakExpectations: mark svg fonts leaks as false-positives
HarfBuzzRunCache is a global cache with entries holding |Font| which indirectly hold strong ref to |SVGFontFace|.
In future, the leak detector should clear the cache before counting number of |Document|s.
These "leaks" disappear if following line is commented out:
WebKit/Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp
861 runCache.insert(key, new CachedShapingResults(harfBuzzBuffer.get(), m_font, props.direction, localeString));
BUG=366455
TBR=haraken
NOTRY=true
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176490
Patch Set 1 #Patch Set 2 : make LeakExpectation #Messages
Total messages: 6 (0 generated)
|