Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLOptionElement.h
index aea5308..b7fefa2 100644 (file)
@@ -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