| Index: Source/core/html/HTMLShadowElement.h
|
| diff --git a/Source/core/html/HTMLShadowElement.h b/Source/core/html/HTMLShadowElement.h
|
| index 04d275318bb9e83e70c12473bfaf7282b936c837..9960606912259fa67b250139276752be5aabbe6d 100644
|
| --- a/Source/core/html/HTMLShadowElement.h
|
| +++ b/Source/core/html/HTMLShadowElement.h
|
| @@ -37,6 +37,7 @@
|
| namespace blink {
|
|
|
| class HTMLShadowElement FINAL : public InsertionPoint {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLShadowElement);
|
| virtual ~HTMLShadowElement();
|
|
|