Index: third_party/WebKit/Source/core/css/FontFace.cpp |
diff --git a/third_party/WebKit/Source/core/css/FontFace.cpp b/third_party/WebKit/Source/core/css/FontFace.cpp |
index acb3f2c8902f915da371ee9234783f1cb8d7fd77..6bd89de18461af1d2b1ba5b5511155ef13ca9f8d 100644 |
--- a/third_party/WebKit/Source/core/css/FontFace.cpp |
+++ b/third_party/WebKit/Source/core/css/FontFace.cpp |
@@ -595,7 +595,6 @@ void FontFace::initCSSFontFace(const unsigned char* data, unsigned size) |
DEFINE_TRACE(FontFace) |
{ |
- visitor->trace(m_src); |
visitor->trace(m_style); |
visitor->trace(m_weight); |
visitor->trace(m_stretch); |