Index: Source/core/html/HTMLPictureElement.h |
diff --git a/Source/core/html/HTMLPictureElement.h b/Source/core/html/HTMLPictureElement.h |
index 575f1e90e12933fb0c9b5775945e775b7da09b18..1d232518fc2f645d1f07272ea9dd0e506b8ee5ea 100644 |
--- a/Source/core/html/HTMLPictureElement.h |
+++ b/Source/core/html/HTMLPictureElement.h |
@@ -10,6 +10,7 @@ |
namespace blink { |
class HTMLPictureElement FINAL : public HTMLElement { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
DECLARE_NODE_FACTORY(HTMLPictureElement); |
@@ -22,6 +23,6 @@ private: |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
}; |
-} // namespace |
+} // namespace blink |
-#endif |
+#endif // HTMLPictureElement_h |