| Index: Source/core/html/HTMLTableCaptionElement.h
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.h b/Source/core/html/HTMLTableCaptionElement.h
|
| index efb702921b0f8ee4af18fdfaddf0a0e0ad801217..9d8334bdd425d3bd2c1ce543ac9dfcaec38d84f1 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.h
|
| +++ b/Source/core/html/HTMLTableCaptionElement.h
|
| @@ -31,6 +31,7 @@
|
| namespace blink {
|
|
|
| class HTMLTableCaptionElement FINAL : public HTMLElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLTableCaptionElement);
|
|
|
| @@ -40,6 +41,6 @@ private:
|
| virtual void collectStyleForPresentationAttribute(const QualifiedName&, const AtomicString&, MutableStylePropertySet*) OVERRIDE;
|
| };
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLTableCaptionElement_h
|
|
|