| Index: Source/bindings/tests/results/core/TestDictionary.h
|
| diff --git a/Source/bindings/tests/results/core/TestDictionary.h b/Source/bindings/tests/results/core/TestDictionary.h
|
| index b6e16bb34f4fa26bb8dca660c498a084b29076d2..6be131efb0fb89f03fb401fbd4490b5c4fc36cf2 100644
|
| --- a/Source/bindings/tests/results/core/TestDictionary.h
|
| +++ b/Source/bindings/tests/results/core/TestDictionary.h
|
| @@ -19,7 +19,7 @@
|
|
|
| namespace blink {
|
|
|
| -class TestDictionary FINAL : public GarbageCollectedFinalized<TestDictionary> {
|
| +class TestDictionary final : public GarbageCollectedFinalized<TestDictionary> {
|
| public:
|
| static TestDictionary* create()
|
| {
|
|
|