| Index: src/compiler/common-node-cache.h
|
| diff --git a/src/compiler/common-node-cache.h b/src/compiler/common-node-cache.h
|
| index 7ec70aea7e352e35cbb2084c905eb48f02cd5162..b0100aaac6cd5140754c0f56a9d5e6ac5c3cf440 100644
|
| --- a/src/compiler/common-node-cache.h
|
| +++ b/src/compiler/common-node-cache.h
|
| @@ -17,7 +17,7 @@ class ExternalReference;
|
| namespace compiler {
|
|
|
| // Bundles various caches for common nodes.
|
| -class CommonNodeCache FINAL {
|
| +class CommonNodeCache final {
|
| public:
|
| explicit CommonNodeCache(Zone* zone) : zone_(zone) {}
|
| ~CommonNodeCache() {}
|
|
|