| Index: Source/core/html/HTMLQuoteElement.h
|
| diff --git a/Source/core/html/HTMLQuoteElement.h b/Source/core/html/HTMLQuoteElement.h
|
| index d5a646c27c8e79ae1d914546fe2b6fc8eefddb62..87bc41e4666c35c619cb4b49126474027e1b62e3 100644
|
| --- a/Source/core/html/HTMLQuoteElement.h
|
| +++ b/Source/core/html/HTMLQuoteElement.h
|
| @@ -30,6 +30,7 @@
|
| namespace blink {
|
|
|
| class HTMLQuoteElement FINAL : public HTMLElement {
|
| + DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| DECLARE_ELEMENT_FACTORY_WITH_TAGNAME(HTMLQuoteElement);
|
|
|
| @@ -48,6 +49,6 @@ inline bool isHTMLQuoteElement(const HTMLElement& element)
|
|
|
| DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(HTMLQuoteElement);
|
|
|
| -} //namespace
|
| +} // namespace blink
|
|
|
| -#endif
|
| +#endif // HTMLQuoteElement_h
|
|
|