| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index a2324f3fc07fbc4a9332287bc85c4391a1053a17..cbe72fb13a2721269852b8791f9a8a74084c241e 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -90,6 +90,7 @@ enum ElementFlags {
|
| };
|
|
|
| class Element : public ContainerNode {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<Element> create(const QualifiedName&, Document*);
|
| virtual ~Element();
|
| @@ -870,4 +871,4 @@ inline bool isAtShadowBoundary(const Element* element)
|
|
|
| } // namespace
|
|
|
| -#endif
|
| +#endif // Element_h
|
|
|