| Index: Source/core/testing/InternalProfilers.h
|
| diff --git a/Source/core/testing/InternalProfilers.h b/Source/core/testing/InternalProfilers.h
|
| index 15824d73446ff94d61444d77c9fcb05e969193dc..218f28c1967715e805d223b27c995ae1c805d821 100644
|
| --- a/Source/core/testing/InternalProfilers.h
|
| +++ b/Source/core/testing/InternalProfilers.h
|
| @@ -39,7 +39,7 @@
|
|
|
| namespace blink {
|
|
|
| -class InternalProfilers FINAL : public GarbageCollected<InternalProfilers>, public ScriptWrappable {
|
| +class InternalProfilers final : public GarbageCollected<InternalProfilers>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| InternalProfilers();
|
|
|