| Index: Source/core/html/HTMLOptionElement.h
|
| diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
|
| index aea53088458ff1f11c748b0956023fb1f01436d9..b7fefa2084f24c0ee654b4c7d0e76422584e3304 100644
|
| --- a/Source/core/html/HTMLOptionElement.h
|
| +++ b/Source/core/html/HTMLOptionElement.h
|
| @@ -34,6 +34,7 @@ class HTMLDataListElement;
|
| class HTMLSelectElement;
|
|
|
| class HTMLOptionElement FINAL : public HTMLElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLOptionElement> create(Document&);
|
| static PassRefPtrWillBeRawPtr<HTMLOptionElement> createForJSConstructor(Document&, const String& data, const AtomicString& value,
|
| @@ -99,4 +100,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLOptionElement_h
|
|
|