| Index: third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptionElement.h b/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| index 6202ec4a8fb631e00a7a57c7f3647b05eb73e19a..74052a84b374a349ccf168b02832f66be1269e14 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptionElement.h
|
| @@ -38,8 +38,8 @@ class ComputedStyle;
|
| class CORE_EXPORT HTMLOptionElement final : public HTMLElement {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<HTMLOptionElement> create(Document&);
|
| - static PassRefPtrWillBeRawPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value,
|
| + static RawPtr<HTMLOptionElement> create(Document&);
|
| + static RawPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value,
|
| bool defaultSelected, bool selected, ExceptionState&);
|
|
|
| // A text to be shown to users. The difference from |label()| is |label()|
|
|
|