| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index 10c44725ed30ece5cddf66c89d372bc43e6fc40d..522e2e64106627c373731ef5d66f371bebc02dc3 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -115,6 +115,7 @@ private:
|
|
|
|
|
| class HTMLLinkElement FINAL : public HTMLElement, public LinkLoaderClient {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLLinkElement> create(Document&, bool createdByParser);
|
| virtual ~HTMLLinkElement();
|
| @@ -212,6 +213,6 @@ private:
|
| bool m_isInShadowTree;
|
| };
|
|
|
| -} //namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLLinkElement_h
|
|
|