 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/DOMParser.h | 
| diff --git a/Source/core/xml/DOMParser.h b/Source/core/xml/DOMParser.h | 
| index 8c41489f5a461b6a573de452416f68c2c4de9579..07d14a588e143da37182f53dc04728c2b0cd60a7 100644 | 
| --- a/Source/core/xml/DOMParser.h | 
| +++ b/Source/core/xml/DOMParser.h | 
| @@ -39,7 +39,7 @@ public: | 
| PassRefPtrWillBeRawPtr<Document> parseFromString(const String&, const String& type); | 
| - void trace(Visitor*); | 
| + DECLARE_TRACE(); | 
| private: | 
| DOMParser(Document&); |