 Chromium Code Reviews
 Chromium Code Reviews Issue 166903010:
  Oilpan: Move core/xml/ to oilpan's heap  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 166903010:
  Oilpan: Move core/xml/ to oilpan's heap  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: Source/core/xml/XPathResult.idl | 
| diff --git a/Source/core/xml/XPathResult.idl b/Source/core/xml/XPathResult.idl | 
| index dd5f9cf9ac1a58379bc422c149592a24544f1b4a..f60a5eaac047722d8a0cda938a848ed6569014ba 100644 | 
| --- a/Source/core/xml/XPathResult.idl | 
| +++ b/Source/core/xml/XPathResult.idl | 
| @@ -18,6 +18,7 @@ | 
| */ | 
| [ | 
| + WillBeGarbageCollected | 
| ] interface XPathResult { | 
| const unsigned short ANY_TYPE = 0; | 
| const unsigned short NUMBER_TYPE = 1; |