| 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 edf7cd7c16e4ed418b7109f20f704d2047aa9c65..550da260801f65165feeb35916877bf8659ae6c5 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()|
|
|
|