Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2137)

Unified Diff: Source/core/svg/SVGRemoteFontFaceSource.cpp

Issue 298863009: Oilpan: add SVGRemoteFontFaceSource::trace(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/svg/SVGRemoteFontFaceSource.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGRemoteFontFaceSource.cpp
diff --git a/Source/core/svg/SVGRemoteFontFaceSource.cpp b/Source/core/svg/SVGRemoteFontFaceSource.cpp
index 238ff4b10e107b6e47b1a66ca5da4610d00e9e2d..9f79c8b6c5ddfb9c87aa2ec64fee09c31a78e65e 100644
--- a/Source/core/svg/SVGRemoteFontFaceSource.cpp
+++ b/Source/core/svg/SVGRemoteFontFaceSource.cpp
@@ -63,6 +63,12 @@ PassRefPtr<SimpleFontData> SVGRemoteFontFaceSource::createFontData(const FontDes
return nullptr;
}
+void SVGRemoteFontFaceSource::trace(Visitor* visitor)
+{
+ visitor->trace(m_externalSVGFontElement);
+ RemoteFontFaceSource::trace(visitor);
+}
+
} // namespace WebCore
#endif // ENABLE(SVG_FONTS)
« no previous file with comments | « Source/core/svg/SVGRemoteFontFaceSource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698