 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/XPathEvaluator.idl | 
| diff --git a/Source/core/xml/XPathEvaluator.idl b/Source/core/xml/XPathEvaluator.idl | 
| index 30e899b643b9cffb3f4e34e38b235be8eba8744e..d11018a46e80a9e45cedf4ee8d2f97d3c6a15213 100644 | 
| --- a/Source/core/xml/XPathEvaluator.idl | 
| +++ b/Source/core/xml/XPathEvaluator.idl | 
| @@ -18,6 +18,7 @@ | 
| */ | 
| [ | 
| + WillBeGarbageCollected, | 
| Constructor | 
| ] interface XPathEvaluator { | 
| [RaisesException] XPathExpression createExpression([Default=Undefined] optional DOMString expression, |