Index: Source/core/css/CSSFontFaceSrcValue.h |
diff --git a/Source/core/css/CSSFontFaceSrcValue.h b/Source/core/css/CSSFontFaceSrcValue.h |
index da0c7f32975fabf9ce01243e14fb46266372d8a1..d5b16397ddff321395919bc544f6a81227ae6f50 100644 |
--- a/Source/core/css/CSSFontFaceSrcValue.h |
+++ b/Source/core/css/CSSFontFaceSrcValue.h |
@@ -97,6 +97,8 @@ private: |
ResourcePtr<FontResource> m_fetched; |
#if ENABLE(SVG_FONTS) |
+ // FIXME: Oilpan: Changing this to a member leaks Document. |
+ // Figure out the retaining path. See https://codereview.chromium.org/337703004 |
SVGFontFaceElement* m_svgFontFaceElement; |
#endif |
}; |