| Index: Source/core/html/HTMLImageElement.h
|
| diff --git a/Source/core/html/HTMLImageElement.h b/Source/core/html/HTMLImageElement.h
|
| index 11c8178d499f3a5e3c6fe4415c842823a568e2f9..7b5d9a21699042b08fd862ba27b99ce2463e743d 100644
|
| --- a/Source/core/html/HTMLImageElement.h
|
| +++ b/Source/core/html/HTMLImageElement.h
|
| @@ -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
|
|
|