Chromium Code Reviews| Index: src/arm64/cpu-arm64.h |
| diff --git a/src/arm64/cpu-arm64.h b/src/arm64/cpu-arm64.h |
| index 11e629c636d5da9e19c2844acc67db0761090df2..2d3dfb22e54bf6be915327f53f88a4301749342b 100644 |
| --- a/src/arm64/cpu-arm64.h |
| +++ b/src/arm64/cpu-arm64.h |
| @@ -25,7 +25,7 @@ class CpuFeatures : public AllStatic { |
| static bool IsSupported(CpuFeature f) { |
| ASSERT(initialized_); |
| return Check(f, supported_); |
| - }; |
| + } |
| static bool IsSafeForSnapshot(Isolate* isolate, CpuFeature f) { |
| return IsSupported(f); |