Chromium Code Reviews| Index: Source/core/html/canvas/CanvasFontCache.cpp |
| diff --git a/Source/core/html/canvas/CanvasFontCache.cpp b/Source/core/html/canvas/CanvasFontCache.cpp |
| index 4b110c8881445ee6c19f99441f24e98a863d5463..145b1a5d71991496b8e01893e163cb567a5b971a 100644 |
| --- a/Source/core/html/canvas/CanvasFontCache.cpp |
| +++ b/Source/core/html/canvas/CanvasFontCache.cpp |
| @@ -117,6 +117,7 @@ DEFINE_TRACE(CanvasFontCache) |
| { |
| #if ENABLE(OILPAN) |
| visitor->trace(m_fetchedFonts); |
| + visitor->trace(m_document); |
| #endif |
| } |