| Index: Source/core/html/HTMLOptionElement.h
|
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
|
| index 4092dfae07343c10a63883f7e1a7cab0a3066b00..395636afdb12764029a69c0d36d9bc69430678b7 100644
|
| --- a/Source/core/html/HTMLOptionElement.h
|
| +++ b/Source/core/html/HTMLOptionElement.h
|
| @@ -53,7 +53,7 @@ public:
|
| #if ENABLE(DATALIST_ELEMENT)
|
| HTMLDataListElement* ownerDataListElement() const;
|
| #endif
|
| - HTMLSelectElement* ownerSelectElement() const;
|
| + Result<HTMLSelectElement> ownerSelectElement() const;
|
|
|
| String label() const;
|
| void setLabel(const String&);
|
|
|