| Index: Source/core/html/HTMLNoEmbedElement.h
|
| diff --git a/Source/core/html/HTMLNoEmbedElement.h b/Source/core/html/HTMLNoEmbedElement.h
|
| index d920bd1b8d863274cb173cb49b03f513ef35cfd2..313fa622fbe2977494a8bea0f59791b638d1b981 100644
|
| --- a/Source/core/html/HTMLNoEmbedElement.h
|
| +++ b/Source/core/html/HTMLNoEmbedElement.h
|
| @@ -37,14 +37,14 @@ namespace blink {
|
|
|
| // <noembed> is an HTMLElement in script, but we use a separate interface here
|
| // so HTMLElement's rendererIsNeeded doesn't need to know about it.
|
| -class HTMLNoEmbedElement FINAL : public HTMLElement {
|
| +class HTMLNoEmbedElement final : public HTMLElement {
|
| public:
|
| DECLARE_NODE_FACTORY(HTMLNoEmbedElement);
|
|
|
| private:
|
| explicit HTMLNoEmbedElement(Document&);
|
|
|
| - virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
|
| + virtual bool rendererIsNeeded(const RenderStyle&) override;
|
| };
|
|
|
| } // namespace
|
|
|