| Index: Source/core/html/HTMLTableRowElement.h
|
| diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h
|
| index 63376348537e30e3e3245311775fb3a80ca81ed1..01d11f5c29e08af9445b8d02532f129332047e2d 100644
|
| --- a/Source/core/html/HTMLTableRowElement.h
|
| +++ b/Source/core/html/HTMLTableRowElement.h
|
| @@ -33,6 +33,7 @@ namespace blink {
|
| class ExceptionState;
|
|
|
| class HTMLTableRowElement FINAL : public HTMLTablePartElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLTableRowElement);
|
|
|
| @@ -52,6 +53,6 @@ private:
|
| virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
|
| };
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLTableRowElement_h
|
|
|