| Index: Source/core/html/HTMLParamElement.h
|
| diff --git a/Source/core/html/HTMLParamElement.h b/Source/core/html/HTMLParamElement.h
|
| index 6824efc00d357f19d2f6c687e3a441aec26999b1..d2811600ae797c863ea144da9f7c0a6e35b1a606 100644
|
| --- a/Source/core/html/HTMLParamElement.h
|
| +++ b/Source/core/html/HTMLParamElement.h
|
| @@ -28,6 +28,7 @@
|
| namespace blink {
|
|
|
| class HTMLParamElement FINAL : public HTMLElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLParamElement);
|
|
|
| @@ -44,4 +45,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLParamElement_h
|
|
|