| Index: Source/core/html/HTMLOptionElement.h
|
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
|
| index 65e1a2394b84a80e0c9830f0733ae5e09ac76152..3104828bc4778be2b5515d3bcf1c3c07c34d98c3 100644
|
| --- a/Source/core/html/HTMLOptionElement.h
|
| +++ b/Source/core/html/HTMLOptionElement.h
|
| @@ -36,7 +36,7 @@ class HTMLSelectElement;
|
| class HTMLOptionElement FINAL : public HTMLElement {
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLOptionElement> create(Document&);
|
| - static PassRefPtrWillBeRawPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value,
|
| + static PassRefPtrWillBeRawPtr<HTMLOptionElement> createForJSConstructor(ExecutionContext*, const String& data, const AtomicString& value,
|
| bool defaultSelected, bool selected, ExceptionState&);
|
|
|
| String text() const;
|
|
|