| Index: Source/core/layout/LayoutApplet.h
|
| diff --git a/Source/core/layout/LayoutApplet.h b/Source/core/layout/LayoutApplet.h
|
| index 2a08d9a5f0c78001b0133cc0b81963eea9d16c72..741c1fc5ea4a8781efcb3579decf6eeb318010f4 100644
|
| --- a/Source/core/layout/LayoutApplet.h
|
| +++ b/Source/core/layout/LayoutApplet.h
|
| @@ -31,9 +31,9 @@ class HTMLAppletElement;
|
| class LayoutApplet final : public LayoutEmbeddedObject {
|
| public:
|
| explicit LayoutApplet(HTMLAppletElement*);
|
| - virtual ~LayoutApplet();
|
| + ~LayoutApplet() override;
|
|
|
| - virtual const char* name() const override { return "LayoutApplet"; }
|
| + const char* name() const override { return "LayoutApplet"; }
|
| };
|
|
|
| } // namespace blink
|
|
|