Chromium Code Reviews| Index: Source/core/xml/XSLStyleSheetLibxslt.cpp |
| diff --git a/Source/core/xml/XSLStyleSheetLibxslt.cpp b/Source/core/xml/XSLStyleSheetLibxslt.cpp |
| index 99cfb33dec293576d9caa9f6a1317a5393282241..215d922f761bf7ae1583309d3152f9e9d90361a8 100644 |
| --- a/Source/core/xml/XSLStyleSheetLibxslt.cpp |
| +++ b/Source/core/xml/XSLStyleSheetLibxslt.cpp |
| @@ -303,4 +303,8 @@ void XSLStyleSheet::markAsProcessed() |
| m_stylesheetDocTaken = true; |
| } |
| +void XSLStyleSheet::trace(Visitor*) |
| +{ |
| +} |
| + |
| } // namespace WebCore |