| Index: Source/core/html/HTMLDataListElement.h
|
| diff --git a/Source/core/html/HTMLDataListElement.h b/Source/core/html/HTMLDataListElement.h
|
| index 479c8996af91d8762650d4b92f653c3e577dad3f..7d79c7720f35cbce0edf17c1d81cb98cff0f2f27 100644
|
| --- a/Source/core/html/HTMLDataListElement.h
|
| +++ b/Source/core/html/HTMLDataListElement.h
|
| @@ -41,7 +41,7 @@ class HTMLDataListElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLDataListElement> create(Document&);
|
|
|
| - PassRefPtr<HTMLCollection> options();
|
| + PassRefPtrWillBeRawPtr<HTMLCollection> options();
|
|
|
| void optionElementChildrenChanged();
|
|
|
|
|