Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLSourceElement.h
index 756ca3c..263c321 100644 (file)
@@ -36,6 +36,7 @@ template<typename T> class EventSender;
 typedef EventSender<HTMLSourceElement> SourceEventSender;
 
 class HTMLSourceElement FINAL : public HTMLElement {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     class Listener;
 
@@ -71,4 +72,4 @@ private:
 
 } // namespace blink
 
-#endif
+#endif // HTMLSourceElement_h