Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLImageElement.h
index 11c8178..7b5d9a2 100644 (file)
@@ -37,6 +37,7 @@ class ImageCandidate;
 class MediaQueryList;
 
 class HTMLImageElement FINAL : public HTMLElement, public CanvasImageSource {
+    DEFINE_WRAPPERTYPEINFO();
 public:
     class ViewportChangeListener;
 
@@ -153,6 +154,6 @@ private:
     unsigned m_effectiveSizeViewportDependant : 1;
 };
 
-} //namespace
+} // namespace blink
 
-#endif
+#endif // HTMLImageElement_h