| Index: Source/core/html/HTMLTitleElement.h
|
| diff --git a/Source/core/html/HTMLTitleElement.h b/Source/core/html/HTMLTitleElement.h
|
| index 406ac3948ebd52a12f521d5ac07c9ec4f6ac64c7..52be23a99f3a73a35dbad9f539aaf4ac564f9dcb 100644
|
| --- a/Source/core/html/HTMLTitleElement.h
|
| +++ b/Source/core/html/HTMLTitleElement.h
|
| @@ -27,6 +27,7 @@
|
| namespace blink {
|
|
|
| class HTMLTitleElement FINAL : public HTMLElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLTitleElement);
|
|
|
| @@ -43,6 +44,6 @@ private:
|
| bool m_ignoreTitleUpdatesWhenChildrenChange;
|
| };
|
|
|
| -} //namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLTitleElement_h
|
|
|