 Chromium Code Reviews
 Chromium Code Reviews Issue 937653002:
  InlinedVisitor: Migrate xml to use inlined tracing  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 937653002:
  InlinedVisitor: Migrate xml to use inlined tracing  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: Source/core/xml/XSLTProcessor.h | 
| diff --git a/Source/core/xml/XSLTProcessor.h b/Source/core/xml/XSLTProcessor.h | 
| index 1a9b32c1e883f2ffa0ff867b8b9080d40ca719bd..638ed06ea5f062616e21888345896a67ceee0f2a 100644 | 
| --- a/Source/core/xml/XSLTProcessor.h | 
| +++ b/Source/core/xml/XSLTProcessor.h | 
| @@ -77,7 +77,7 @@ public: | 
| typedef HashMap<String, String> ParameterMap; | 
| - void trace(Visitor*); | 
| + DECLARE_TRACE(); | 
| private: | 
| XSLTProcessor(Document& document) |