| Index: Source/core/html/HTMLDataListElement.cpp
 | 
| diff --git a/Source/core/html/HTMLDataListElement.cpp b/Source/core/html/HTMLDataListElement.cpp
 | 
| index adf5bc3e810af8306790386a016b5d501baa2797..0b41b1dc679754ea0bf886e07be3876f1ffecf6f 100644
 | 
| --- a/Source/core/html/HTMLDataListElement.cpp
 | 
| +++ b/Source/core/html/HTMLDataListElement.cpp
 | 
| @@ -50,7 +50,7 @@ PassRefPtrWillBeRawPtr<HTMLDataListElement> HTMLDataListElement::create(Document
 | 
|      return adoptRefWillBeRefCountedGarbageCollected(new HTMLDataListElement(document));
 | 
|  }
 | 
|  
 | 
| -PassRefPtr<HTMLCollection> HTMLDataListElement::options()
 | 
| +PassRefPtrWillBeRawPtr<HTMLCollection> HTMLDataListElement::options()
 | 
|  {
 | 
|      return ensureCachedHTMLCollection(DataListOptions);
 | 
|  }
 | 
| 
 |